Advertisement
Guest User

Untitled

a guest
Sep 12th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. {
  2. "bridge": {
  3. "name": "Homebridge",
  4. "username": "ciach",
  5. "port": 51826,
  6. "pin": "ciach"
  7. },
  8. "description": "This is an example configuration file with one fake accessory and one fake platform. You can use this as a template for creating your own configuration file containing devices you actually own.",
  9. "ports": {
  10. "start": 52100,
  11. "end": 52150,
  12. "comment": "This section is used to control the range of ports that separate accessory (like camera or television) should be bind to."
  13. },
  14.  
  15. "accessories": [{
  16. "accessory": "XiaomiRoborockVacuum",
  17. "name": "Bathroom Vacuum",
  18. "ip": "192.168.0.107",
  19. "token": "ciach",
  20. "pause": false,
  21. "dock": false,
  22. "zones": [
  23. [
  24. 27000,
  25. 27000,
  26. 28000,
  27. 28000,
  28. 2
  29. ]
  30. ]
  31. },
  32. {
  33. "accessory": "XiaomiRoborockVacuum",
  34. "name": "Home Vacuum",
  35. "ip": "192.168.0.107",
  36. "token": "ciach",
  37. "pause": false,
  38. "dock": false,
  39. "zones": [
  40. [
  41. 2000,
  42. 2000,
  43. 40000,
  44. 40000,
  45. 2
  46. ]
  47. ]
  48. }
  49. ]
  50. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement