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