UNPKG
hmbridge
Version:
latest (0.0.4)
0.0.4
0.0.2
0.0.1
Pluggable homematic bridge
github.com/hobbyquaker/homematic-bridge
hobbyquaker/homematic-bridge
hmbridge
/
example.json
16 lines
•
260 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"verbosity"
:
"debug"
,
"hmif"
:
{
"type"
:
"ccu"
,
"address"
:
"172.16.23.130"
,
"listenAddress"
:
"172.17.23.6"
,
"listenPort"
:
2011
,
"listenPortBin"
:
2013
}
,
"web"
:
{
"port"
:
8008
}
,
"mqtt"
:
{
"url"
:
"mqtt://127.0.0.1"
}
}