mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-26 16:34:55 +00:00
added enums to replace constants
This commit is contained in:
9
libs/common/src/constants/automation.enum.ts
Normal file
9
libs/common/src/constants/automation.enum.ts
Normal file
@ -0,0 +1,9 @@
|
||||
// automation.enum.ts
|
||||
export enum ActionExecutorEnum {
|
||||
DEVICE_ISSUE = 'device_issue',
|
||||
DELAY = 'delay',
|
||||
}
|
||||
|
||||
export enum EntityTypeEnum {
|
||||
DEVICE_REPORT = 'device_report',
|
||||
}
|
||||
Reference in New Issue
Block a user