Browse Source

update

master
zhaohe 1 year ago
parent
commit
73a368a9f2
  1. 3
      service/disinfection_state.hpp

3
service/disinfection_state.hpp

@ -40,6 +40,9 @@ typedef enum {
kstate_disinfection = 2, // 消毒中-工作 kstate_disinfection = 2, // 消毒中-工作
kstate_degradation = 4, // 降解中 kstate_degradation = 4, // 降解中
kstate_finished = 5, // 结束 kstate_finished = 5, // 结束
kstate_dehumidification_before_disinfection = 6, // 消毒前除湿
kstate_dehumidification_after_disinfection = 7, // 消毒后除湿
} disinfection_state_t; } disinfection_state_t;
class StateSnapshot { class StateSnapshot {

Loading…
Cancel
Save