mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-05-13 23:16:37 +00:00
feat:【IoT 物联网】完整实现“数据流转”功能(后台管理)
This commit is contained in:
@@ -52,3 +52,10 @@ export const IotDeviceMessageMethodEnum = {
|
||||
upstream: false
|
||||
}
|
||||
}
|
||||
|
||||
// IOT 产品物模型类型枚举类
|
||||
export const IotThingModelTypeEnum = {
|
||||
PROPERTY: 1, // 属性
|
||||
SERVICE: 2, // 服务
|
||||
EVENT: 3 // 事件
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user