]> git.vanrenterghem.biz Git - elgato-keylight-script.git/blob - examples/example-format-json.json
Add examples for pretty json, avahi
[elgato-keylight-script.git] / examples / example-format-json.json
1 [
2     {
3         "device": "Elgato Key Light Air 0C2C",
4         "manufacturer": "Elgato",
5         "hostname": "elgato-key-light-air-0c2c.local",
6         "url": "http://192.168.0.132:9123",
7         "ipv4": "192.168.0.132",
8         "ipv6": "N/A",
9         "port": 9123,
10         "mac": "3C:6A:9D:19:7B:75",
11         "sku": "20LAB9901",
12         "light": {
13             "numberOfLights": 1,
14             "lights": [
15                 {
16                     "on": 0,
17                     "brightness": 31,
18                     "temperature": 179
19                 }
20             ]
21         },
22         "settings": {
23             "powerOnBehavior": 1,
24             "powerOnBrightness": 20,
25             "powerOnTemperature": 213,
26             "switchOnDurationMs": 100,
27             "switchOffDurationMs": 300,
28             "colorChangeDurationMs": 100
29         },
30         "info": {
31             "productName": "Elgato Key Light Air",
32             "hardwareBoardType": 200,
33             "firmwareBuildNumber": 199,
34             "firmwareVersion": "1.0.3",
35             "serialNumber": "CW16K1A01748",
36             "displayName": "Front  Right",
37             "features": [
38                 "lights"
39             ]
40         }
41     }
42 ]