generated from homebridge/homebridge-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
sampleconfigSacn.json
33 lines (33 loc) · 909 Bytes
/
sampleconfigSacn.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"bridge": {
"name": "Homebridge 1485",
"username": "0E:D7:34:15:14:85",
"port": 51624,
"pin": "633-73-978"
},
"accessories": [],
"platforms": [
{
"name": "Config",
"port": 8581,
"platform": "config"
},
{
"name": "DMX Light",
"ipAddress": "192.168.1.73",
"serialPortName": "/dev/ttyUSB0",
"platform": "homebridge-dmxlight-plugin.DMXLighteHomebridgePlugin",
"accessories": [
{
"name": "Test Bullets",
"id": "TB",
"driverName": "sacn",
"dmxStartChannel": 1,
"dmxChannelCount": 100,
"dmxUniverse": 130,
"colorOrder": "rgb"
}
]
}
]
}