mirror of
https://github.com/YunaiV/ruoyi-vue-pro.git
synced 2026-04-19 14:18:37 +00:00
feat:【IoT 物联网】优化 IotRuleSceneTriggerTypeEnum 注释
This commit is contained in:
@@ -47,7 +47,10 @@ public enum IotRuleSceneTriggerTypeEnum implements ArrayValuable<Integer> {
|
||||
*/
|
||||
DEVICE_SERVICE_INVOKE(4),
|
||||
|
||||
TIMER(100) // 定时触发
|
||||
/**
|
||||
* 定时触发
|
||||
*/
|
||||
TIMER(100)
|
||||
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user