feat:【IoT 物联网】增加“设备服务调用”

This commit is contained in:
YunaiV
2025-06-19 23:52:13 +08:00
parent 1975e46cb2
commit df54780b65
4 changed files with 211 additions and 13 deletions

View File

@ -36,5 +36,12 @@ export const IotDeviceMessageMethodEnum = {
method: 'thing.event.post',
name: '事件上报',
upstream: true
},
// ========== 服务调用 ==========
SERVICE_INVOKE: {
method: 'thing.service.invoke',
name: '服务调用',
upstream: false
}
}