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.

12 lines
167 B

1 year ago
  1. 测试指令
  2. ```
  3. 读取设备状态
  4. {
  5. "command": "getState"
  6. }
  7. 指示灯测试
  8. {
  9. "command": "TestPage_WarningLightCtrl",
  10. "r": 0,"g": 0,"b": 0,"w": 0
  11. }
  12. ```