mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-26 12:24:54 +00:00
add constants values
This commit is contained in:
@ -7,3 +7,13 @@ export enum ActionExecutorEnum {
|
||||
export enum EntityTypeEnum {
|
||||
DEVICE_REPORT = 'device_report',
|
||||
}
|
||||
export const AUTOMATION_CONFIG = {
|
||||
DEFAULT_START_TIME: '00:00',
|
||||
DEFAULT_END_TIME: '23:59',
|
||||
DEFAULT_LOOPS: '1111111',
|
||||
DECISION_EXPR: 'and',
|
||||
CONDITION_TYPE: 'device_report',
|
||||
ACTION_EXECUTOR: 'rule_trigger',
|
||||
COMPARATOR: '==',
|
||||
SCENE_STATUS_VALUE: 'scene',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user