Guest User

HUEConfig

a guest
Apr 2nd, 2015
446
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.     "lights": {
  3.         "1": {
  4.             "name": "Hue Lamp 1",
  5.             "state": {
  6.                 "bri": 254,
  7.                 "effect": "none",
  8.                 "sat": 254,
  9.                 "reachable": true,
  10.                 "alert": "none",
  11.                 "hue": 4444,
  12.                 "colormode": "hs",
  13.                 "on": false,
  14.                 "ct": 0,
  15.                 "xy": [
  16.                     0,
  17.                     0
  18.                 ]
  19.             },
  20.             "modelid": "LCT001",
  21.             "swversion": 65003148,
  22.             "type": "Extended color light",
  23.             "pointsymbol": {
  24.                 "1": "none",
  25.                 "2": "none",
  26.                 "3": "none",
  27.                 "4": "none",
  28.                 "5": "none",
  29.                 "6": "none",
  30.                 "7": "none",
  31.                 "8": "none"
  32.             }
  33.         },
  34.         "2": {
  35.             "name": "Hue Lamp 2",
  36.             "state": {
  37.                 "bri": 254,
  38.                 "effect": "none",
  39.                 "sat": 144,
  40.                 "reachable": true,
  41.                 "alert": "none",
  42.                 "hue": 23536,
  43.                 "colormode": "hs",
  44.                 "on": true,
  45.                 "ct": 201,
  46.                 "xy": [
  47.                     0.346,
  48.                     0.3568
  49.                 ]
  50.             },
  51.             "modelid": "LCT001",
  52.             "swversion": 65003148,
  53.             "type": "Extended color light",
  54.             "pointsymbol": {
  55.                 "1": "none",
  56.                 "2": "none",
  57.                 "3": "none",
  58.                 "4": "none",
  59.                 "5": "none",
  60.                 "6": "none",
  61.                 "7": "none",
  62.                 "8": "none"
  63.             }
  64.         },
  65.         "3": {
  66.             "name": "Hue Lamp 3",
  67.             "state": {
  68.                 "bri": 254,
  69.                 "effect": "none",
  70.                 "sat": 254,
  71.                 "reachable": true,
  72.                 "alert": "none",
  73.                 "hue": 65136,
  74.                 "colormode": "hs",
  75.                 "on": true,
  76.                 "ct": 201,
  77.                 "xy": [
  78.                     0.346,
  79.                     0.3568
  80.                 ]
  81.             },
  82.             "modelid": "LCT001",
  83.             "swversion": 65003148,
  84.             "type": "Extended color light",
  85.             "pointsymbol": {
  86.                 "1": "none",
  87.                 "2": "none",
  88.                 "3": "none",
  89.                 "4": "none",
  90.                 "5": "none",
  91.                 "6": "none",
  92.                 "7": "none",
  93.                 "8": "none"
  94.             }
  95.         }
  96.     },
  97.     "schedules": {
  98.         "1": {
  99.             "time": "2012-10-29T12:00:00",
  100.             "description": "",
  101.             "name": "schedule",
  102.             "command": {
  103.                 "body": {
  104.                     "on": true,
  105.                     "xy": null,
  106.                     "bri": null,
  107.                     "transitiontime": null
  108.                 },
  109.                 "address": "/api/newdeveloper/groups/0/action",
  110.                 "method": "PUT"
  111.             }
  112.         }
  113.     },
  114.     "config": {
  115.         "portalservices": false,
  116.         "gateway": "192.168.2.1",
  117.         "mac": "00:00:81:10:ab:ee",
  118.         "swversion": 1005215,
  119.         "linkbutton": false,
  120.         "ipaddress": "192.168.2.13:8000",
  121.         "proxyport": 0,
  122.         "swupdate": {
  123.             "text": "",
  124.             "notify": false,
  125.             "updatestate": 0,
  126.             "url": ""
  127.         },
  128.         "netmask": "255.255.255.0",
  129.         "name": "Philips hue",
  130.         "dhcp": true,
  131.         "proxyaddress": "",
  132.         "whitelist": {
  133.             "newdeveloper": {
  134.                 "name": "test user",
  135.                 "last use date": "2015-04-02T11:03:23",
  136.                 "create date": "2012-10-29T12:00:00"
  137.             }
  138.         },
  139.         "UTC": "2012-10-29T12:05:00"
  140.     },
  141.     "groups": {
  142.         "1": {
  143.             "name": "Group 1",
  144.             "action": {
  145.                 "bri": 254,
  146.                 "effect": "none",
  147.                 "sat": 144,
  148.                 "reachable": null,
  149.                 "alert": null,
  150.                 "hue": 33536,
  151.                 "colormode": "xy",
  152.                 "on": true,
  153.                 "ct": 201,
  154.                 "xy": [
  155.                     0.346,
  156.                     0.3568
  157.                 ]
  158.             },
  159.             "lights": [
  160.                 "1",
  161.                 "2"
  162.             ]
  163.         }
  164.     }
  165. }
Advertisement
Add Comment
Please, Sign In to add comment