|
@@ -57,6 +57,11 @@ export const enum DictCode {
|
|
AlarmAlgOperator = 'alarm_alg_operator',
|
|
AlarmAlgOperator = 'alarm_alg_operator',
|
|
AlarmDeviceState = 'alarm_device_state',
|
|
AlarmDeviceState = 'alarm_device_state',
|
|
AlarmNotifyMethod = 'alarm_notify_method',
|
|
AlarmNotifyMethod = 'alarm_notify_method',
|
|
|
|
+ AlgTempCtrlMinStep = 'alg_temp_ctrl_min_step',
|
|
|
|
+ AlgTempHumCollectPeriod = 'alg_temp_hum_collect_period',
|
|
|
|
+ AlgWtTempCtrlMode = 'alg_wt_temp_ctrl_mode',
|
|
|
|
+ AlgAlways = 'alg_always',
|
|
|
|
+ AlgWtTempSetStep = 'alg_wt_temp_set_step',
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|