feat:【IoT 物联网】完善“设备属性(运行状态)”的查看数据

This commit is contained in:
YunaiV
2025-06-18 23:39:24 +08:00
parent c255963b31
commit 14fcb00530
3 changed files with 73 additions and 83 deletions

View File

@@ -41,10 +41,11 @@ export interface IotDevicePropertyDetailRespVO {
dataSpecsList: any[] // 数据定义列表
}
// IoT 设备数据 VO
export interface DeviceHistoryDataVO {
time: number // 时间
data: string // 数据
// IoT 设备属性 VO
export interface IotDevicePropertyRespVO {
identifier: string // 属性标识符
value: string // 最新值
updateTime: Date // 更新时间
}
// TODO @芋艿:调整到 constants