Advertisement
Guest User

Untitled

a guest
Jan 25th, 2020
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. {
  2. "bridge": {
  3. "name": "Homebridge",
  4. "username": "CB:22:3D:E2:CE:31",
  5. "port": 51826,
  6. "pin": "033-44-254"
  7. },
  8. "accessories": [
  9. {
  10. "name": "OLED C8",
  11. "ip": "10.0.8.51",
  12. "mac": "78:5d:c8:de:c5:e0",
  13. "prefsDir": "~/.webosTv",
  14. "pollingInterval": 5,
  15. "legacyTvService": false,
  16. "showInputButtons": false,
  17. "volumeControl": "false",
  18. "volumeLimit": 100,
  19. "channelControl": false,
  20. "mediaControl": false,
  21. "inputs": [
  22. {
  23. "appId": "com.webos.app.hdmi1",
  24. "name": "Apple TV"
  25. }
  26. ],
  27. "infoButtonAction": "INFO",
  28. "accessory": "webostv"
  29. }
  30. ],
  31. "platforms": [
  32. {
  33. "name": "Homebridge UI",
  34. "port": 1337,
  35. "auth": "form",
  36. "theme": "auto",
  37. "tempUnits": "f",
  38. "log": {
  39. "method": "file",
  40. "path": "/Users/xiii/.homebridge/homebridge.log"
  41. },
  42. "platform": "config"
  43. }
  44. ]
  45. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement