You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
446 B

1 year ago
  1. # 测试指令
  2. ```
  3. ws://192.168.8.10:19001
  4. 开始消毒
  5. {"command":"startDisinfection","loglevel":12,"messageId":"startDisinfection","roomVolume":0}
  6. 导出记录
  7. {"command":"exportDisinfectionRecord","keys":["2024-0516-094233","2024-0516-092446","2024-0516-092339"],"messageId":"exportDisinfectionRecord"}
  8. 读取设备状态
  9. {"command": "getState"}
  10. 指示灯测试
  11. {"command": "TestPage_WarningLightCtrl","r": 0,"g": 0,"b": 0,"w": 0}
  12. ```