]> git.vanrenterghem.biz Git - elgato-keylight-script.git/blob - examples/example-format-json.json
Add root check
[elgato-keylight-script.git] / examples / example-format-json.json
1 [
2     {
3         "productName": "Elgato Key Light Air",
4         "hardwareBoardType": 200,
5         "firmwareBuildNumber": 199,
6         "firmwareVersion": "1.0.3",
7         "serialNumber": "CW16K1A01748",
8         "displayName": "Front  Right",
9         "features": [
10             "lights"
11         ],
12         "numberOfLights": 1,
13         "lights": [
14             {
15                 "on": 0,
16                 "brightness": 31,
17                 "temperature": 179
18             }
19         ],
20         "device": "Elgato Key Light Air 0C2C",
21         "manufacturer": "Elgato",
22         "hostname": "elgato-key-light-air-0c2c.local",
23         "url": "http://192.168.0.132:9123",
24         "ipv4": "192.168.0.132",
25         "ipv6": "N/A",
26         "port": 9123,
27         "mac": "3C:6A:9D:19:7B:75",
28         "sku": "20LAB9901",
29         "settings": {
30             "powerOnBehavior": 1,
31             "powerOnBrightness": 20,
32             "powerOnTemperature": 213,
33             "switchOnDurationMs": 100,
34             "switchOffDurationMs": 300,
35             "colorChangeDurationMs": 100
36         }
37     },
38     {
39         "productName": "Elgato Key Light Air",
40         "hardwareBoardType": 200,
41         "firmwareBuildNumber": 199,
42         "firmwareVersion": "1.0.3",
43         "serialNumber": "CW19K1A01182",
44         "displayName": "Front Left",
45         "features": [
46             "lights"
47         ],
48         "numberOfLights": 1,
49         "lights": [
50             {
51                 "on": 0,
52                 "brightness": 10,
53                 "temperature": 245
54             }
55         ],
56         "device": "Elgato Key Light Air 5E29",
57         "manufacturer": "Elgato",
58         "hostname": "elgato-key-light-air-5e29.local",
59         "url": "http://192.168.0.75:9123",
60         "ipv4": "192.168.0.75",
61         "ipv6": "N/A",
62         "port": 9123,
63         "mac": "3C:6A:9D:19:E0:F5",
64         "sku": "20LAB9901",
65         "settings": {
66             "powerOnBehavior": 1,
67             "powerOnBrightness": 20,
68             "powerOnTemperature": 213,
69             "switchOnDurationMs": 100,
70             "switchOffDurationMs": 300,
71             "colorChangeDurationMs": 100
72         }
73     }
74 ]