mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-28 00:14:53 +00:00
Add new automation actions and repository
This commit is contained in:
@ -2,6 +2,8 @@ export enum ActionExecutorEnum {
|
||||
DEVICE_ISSUE = 'device_issue',
|
||||
DELAY = 'delay',
|
||||
RULE_TRIGGER = 'rule_trigger',
|
||||
RULE_DISABLE = 'rule_disable',
|
||||
RULE_ENABLE = 'rule_enable',
|
||||
}
|
||||
|
||||
export enum EntityTypeEnum {
|
||||
|
||||
Reference in New Issue
Block a user