Advertisement
techwitheddie

Soundtouch

Jan 18th, 2021
327
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.06 KB | None | 0 0
  1. {
  2.             "platform": "SoundTouchPlatform",
  3.             "name": "SoundTouch",
  4.             "accessories": [
  5.                 {
  6.                     "name": "Bose",
  7.                     "ip": "192.168.86.11",
  8.                     "volume": {
  9.                         "unmuteValue": 20,
  10.                         "maxValue": 75,
  11.                         "mode": "lightbulb"
  12.                     },
  13.                     "presets": [
  14.                         {
  15.                             "name": "Ant 1",
  16.                             "index": 1,
  17.                             "enabled": true
  18.                         },
  19.                         {
  20.                             "name": "Radio 2",
  21.                             "index": 2,
  22.                             "enabled": false
  23.                         },
  24.                         {
  25.                             "name": "Radio 3",
  26.                             "index": 3,
  27.                             "enabled": false
  28.                         },
  29.                         {
  30.                             "name": "Ipanema",
  31.                             "index": 4,
  32.                             "enabled": true
  33.                         },
  34.                         {
  35.                             "name": "Radio 5",
  36.                             "index": 5,
  37.                             "enabled": false
  38.                         },
  39.                         {
  40.                             "name": "Radio 6",
  41.                             "index": 6,
  42.                             "enabled": false
  43.                         }
  44.                     ]
  45.                 }
  46.             ],
  47.             "global": {
  48.                 "sources": [
  49.                     {
  50.                         "source": "QPLAY",
  51.                         "enabled": false
  52.                     },
  53.                     {
  54.                         "source": "Bose HDMI_1",
  55.                         "enabled": false
  56.                     }
  57.                 ]
  58.             },
  59.             "plugin_map": {
  60.                 "plugin_name": "homebridge-soundtouch-platform"
  61.             }
  62.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement