@ -15,7 +15,10 @@
开始消毒
{"command":"startDisinfection","loglevel":12,"messageId":"startDisinfection","roomVolume":0}
导出记录
{"command":"exportDisinfectionRecord","keys":["2024-0516-094233","2024-0516-092446","2024-0516-092339"],"messageId":"exportDisinfectionRecord"}
```
@ -0,0 +1,20 @@
# 测试指令
ws://192.168.8.10:19001
读取设备状态
{"command": "getState"}
指示灯测试
{"command": "TestPage_WarningLightCtrl","r": 0,"g": 0,"b": 0,"w": 0}
@ -43,7 +43,6 @@ int Main::main(int argc, char *argv[]) {
} else {
g_in_test = true;
}
logger->info("test_mode:{}:{}", test_mode, g_in_test);
/**