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.
 
 
 
 

37 lines
882 B

  1. [
  2. {
  3. "name": "Ingics",
  4. "min": 4,
  5. "max": 255,
  6. "pattern": ["0xFF", "0x59", "0x00", "0x80", "0xBC"],
  7. "configs": {
  8. "battery": {"offset": 6, "length": 2, "order": "littleendian"},
  9. "event": {"offset": 8, "length": 1}
  10. }
  11. },
  12. {
  13. "name": "Eddystone",
  14. "min": 4,
  15. "max": 255,
  16. "pattern": ["0x16", "0xAA", "0xFE", "0x20"],
  17. "configs": {
  18. "battery": {"offset": 6, "length": 2, "order": "bigendian"}
  19. }
  20. },
  21. {
  22. "name": "Minew B7",
  23. "min": 4,
  24. "max": 18,
  25. "pattern": ["0x16", "0xE1", "0xFF"],
  26. "configs": {
  27. "battery": {"offset": 6, "length": 1}
  28. }
  29. },
  30. {
  31. "name": "Minew Acc",
  32. "min": 19,
  33. "max": 19,
  34. "pattern": ["0x16", "0xE1", "0xFF"],
  35. "configs": {}
  36. }
  37. ]