您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

22 行
553 B

  1. [
  2. {
  3. "name": "config1",
  4. "min": 10,
  5. "max": 15,
  6. "pattern": ["0x02", "0x01", "0x06"],
  7. "configs": {
  8. "battery": {"offset": 3, "length": 1},
  9. "accX": {"offset": 4, "length": 2, "order": "bigendian"}
  10. }
  11. },
  12. {
  13. "name": "config2",
  14. "min": 10,
  15. "max": 15,
  16. "pattern": ["0x02", "0x01", "0x06"],
  17. "configs": {
  18. "battery": {"offset": 3, "length": 1},
  19. "accY": {"offset": 4, "length": 2, "order": "bigendian"}
  20. }
  21. }
  22. ]