feat:【IoT 物联网】增加配置推送哈

This commit is contained in:
YunaiV
2025-06-20 09:36:27 +08:00
parent df54780b65
commit 983699f636
3 changed files with 39 additions and 1 deletions

View File

@ -43,5 +43,12 @@ export const IotDeviceMessageMethodEnum = {
method: 'thing.service.invoke',
name: '服务调用',
upstream: false
},
// ========== 设备配置 ==========
CONFIG_PUSH: {
method: 'thing.config.push',
name: '配置推送',
upstream: false
}
}