reactor:【IoT 物联网】增加 IotRuleScene2DO 新的定义,对标阿里云 IoT 的「事件响应」
This commit is contained in:
@@ -19,9 +19,12 @@ public enum IotDeviceMessageMethodEnum implements ArrayValuable<String> {
|
||||
|
||||
// ========== 设备状态 ==========
|
||||
|
||||
// TODO @芋艿:要合并下;thing.state.update
|
||||
STATE_ONLINE("thing.state.online", "设备上线", true),
|
||||
STATE_OFFLINE("thing.state.offline", "设备下线", true),
|
||||
|
||||
STATE_UPDATE("thing.state.update", "设备状态更新", true),
|
||||
|
||||
// ========== 设备属性 ==========
|
||||
// 可参考:https://help.aliyun.com/zh/iot/user-guide/device-properties-events-and-services
|
||||
|
||||
|
||||
Reference in New Issue
Block a user