feat:【IoT 物联网】重构设备模拟器,优化属性和事件上报逻辑,增强用户交互体验

This commit is contained in:
YunaiV
2025-06-29 22:00:20 +08:00
parent 79d8616510
commit a37c168efe
3 changed files with 283 additions and 199 deletions

View File

@@ -18,14 +18,6 @@ export interface ThingModelData {
service?: ThingModelService // 服务
}
/**
* IoT 模拟设备
*/
// TODO @super和 ThingModelSimulatorData 会不会好点
export interface SimulatorData extends ThingModelData {
simulateValue?: string | number // 用于存储模拟值 TODO @super字段使用 value 会不会好点
}
/**
* ThingModelProperty 类型
*/