Advertisement
Guest User

Untitled

a guest
Apr 4th, 2020
857
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.42 KB | None | 0 0
  1. {
  2.             "platform": "BroadlinkRM",
  3.             "hideWelcomeMessage": true,
  4.             "plugin_map": {
  5.                 "plugin_name": "homebridge-broadlink-rm-tv"
  6.             },
  7.             "hosts": [
  8.                 {
  9.                     "address": "10.0.0.5",
  10.                     "mac": "C8:F7:42:41:05:B8",
  11.                     "isRFSupported": true
  12.                 }
  13.             ],
  14.             "accessories": [
  15.                 {
  16.                     "name": "Home Theater System",
  17.                     "type": "switch",
  18.                     "onDuration": 1,
  19.                     "enableAutoOff": false,
  20.                     "persistState": true,
  21.                     "data": {
  22.                         "off": [
  23.                             {
  24.                                 "data": "xx",
  25.                                 "sendCount": 2,
  26.                                 "interval": 0.05
  27.                             }
  28.                         ],
  29.                         "on": [
  30.                             {
  31.                                 "data": "xx",
  32.                                 "sendCount": 2,
  33.                                 "interval": 0.05
  34.                             }
  35.                         ]
  36.                     }
  37.                 },
  38.                 {
  39.                     "name": "Xbox One Audio",
  40.                     "type": "switch",
  41.                     "onDuration": 1,
  42.                     "enableAutoOff": true,
  43.                     "data": {
  44.                         "on": "xx"
  45.                     }
  46.                 },
  47.                 {
  48.                     "name": "PS4 Audio",
  49.                     "type": "switch",
  50.                     "onDuration": 1,
  51.                     "enableAutoOff": true,
  52.                     "data": {
  53.                         "on": "xx"
  54.                     }
  55.                 },
  56.                 {
  57.                     "name": "Fan",
  58.                     "type": "switch",
  59.                     "enableAutoOff": false,
  60.                     "data": {
  61.                         "on": "xx",
  62.                         "off": "xx"
  63.                     }
  64.                 },
  65.                 {
  66.                     "name": "Air Conditioning",
  67.                     "type": "switch",
  68.                     "enableAutoOff": false,
  69.                     "data": {
  70.                         "on": "xx",
  71.                         "off": "xx"
  72.                     }
  73.                 }
  74.             ]
  75. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement