UNPKG
homebridge-cul
Version:
latest (0.0.2)
0.0.2
0.0.1
homebridge plugin with CUL-USB
github.com/foxthefox/homebridge-cul
foxthefox/homebridge-cul
homebridge-cul
/
config.json
18 lines
(17 loc)
•
333 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"plugins"
:
[
"homebridge-config-ui-x"
,
"homebridge-cul"
]
,
"platforms"
:
[
{
"platform"
:
"CUL"
,
"name"
:
"My Energy"
,
"connectionMode"
:
"serial"
,
"baudrate"
:
9600
,
"serialport"
:
"/dev/ttyACM0"
,
"mode"
:
"SlowRF"
,
"debug"
:
true
}
]
}