mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-05-14 11:18:33 +00:00
feat:【IoT 物联网】增加配置推送哈
This commit is contained in:
@@ -43,5 +43,12 @@ export const IotDeviceMessageMethodEnum = {
|
||||
method: 'thing.service.invoke',
|
||||
name: '服务调用',
|
||||
upstream: false
|
||||
},
|
||||
|
||||
// ========== 设备配置 ==========
|
||||
CONFIG_PUSH: {
|
||||
method: 'thing.config.push',
|
||||
name: '配置推送',
|
||||
upstream: false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user