feat:【IoT 物联网】优化 IotRuleSceneTriggerTypeEnum 注释
This commit is contained in:
parent
84d76e0ac7
commit
a912be64ee
@ -47,7 +47,10 @@ public enum IotRuleSceneTriggerTypeEnum implements ArrayValuable<Integer> {
|
|||||||
*/
|
*/
|
||||||
DEVICE_SERVICE_INVOKE(4),
|
DEVICE_SERVICE_INVOKE(4),
|
||||||
|
|
||||||
TIMER(100) // 定时触发
|
/**
|
||||||
|
* 定时触发
|
||||||
|
*/
|
||||||
|
TIMER(100)
|
||||||
|
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user