mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-27 18:54:54 +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 {
|
||||
|
||||
1
libs/common/src/modules/automation/repositories/index.ts
Normal file
1
libs/common/src/modules/automation/repositories/index.ts
Normal file
@ -0,0 +1 @@
|
||||
export * from './automation.repository';
|
||||
Reference in New Issue
Block a user