Advertisement
Guest User

Untitled

a guest
Aug 13th, 2020
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.12 KB | None | 0 0
  1. {
  2. "bridge": {
  3. "name": "Homebridge 09B1",
  4. "username": "xxxx",
  5. "port": xxxx,
  6. "pin": "xxxx"
  7. },
  8. "platforms": [
  9. {
  10. "name": "Config",
  11. "port": 8581,
  12. "auth": "form",
  13. "theme": "dark-mode",
  14. "tempUnits": "c",
  15. "lang": "de",
  16. "platform": "config"
  17. },
  18. {
  19. "name": "Kodi",
  20. "host": "192.168.188.30",
  21. "port": "8080",
  22. "username": "xxxx",
  23. "password": "xxxx",
  24. "polling": 10,
  25. "retrytime": 30,
  26. "debug": true,
  27. "television": {
  28. "controls": {
  29. "menuitems": [
  30. "home",
  31. "settings",
  32. "movies",
  33. "tvshows",
  34. "tv",
  35. "music",
  36. "musicvideos",
  37. "radio",
  38. "games",
  39. "addons",
  40. "pictures",
  41. "videos",
  42. "favorites",
  43. "weather"
  44. ]
  45. }
  46. },
  47. "player": {
  48. "main": true,
  49. "play": true,
  50. "pause": true,
  51. "stop": true
  52. },
  53. "application": {
  54. "volume": true
  55. },
  56. "videolibrary": {
  57. "scan": true,
  58. "clean": true
  59. },
  60. "audiolibrary": {
  61. "scan": true,
  62. "clean": true
  63. },
  64. "commands": [
  65. {
  66. "interval": 200
  67. }
  68. ],
  69. "platform": "Kodi"
  70. }
  71. ],
  72. "devices": {
  73. "FRITZ!Box 7430": {
  74. "active": false,
  75. "host": "192.168.188.1",
  76. "port": 49000,
  77. "username": "xxxx",
  78. "password": "xxxx",
  79. "type": "dsl",
  80. "master": true,
  81. "mesh": true,
  82. "readOnly": false,
  83. "options": {
  84. "wifi2": [
  85. true,
  86. false
  87. ],
  88. "wifi5": [
  89. true,
  90. false
  91. ],
  92. "wifiGuest": [
  93. true,
  94. false
  95. ],
  96. "reconnect": true,
  97. "wps": [
  98. true,
  99. false
  100. ],
  101. "aw": [
  102. true,
  103. false
  104. ],
  105. "deflection": [
  106. true,
  107. false
  108. ],
  109. "led": [
  110. true,
  111. false
  112. ],
  113. "lock": [
  114. true,
  115. false
  116. ]
  117. }
  118. }
  119. },
  120. "accessories": []
  121. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement