changed room state polling device to flipdot, since the new room switch is not manageable
This commit is contained in:
parent
7bed7ba82f
commit
80472969d2
|
@ -57,7 +57,7 @@ var usercountanswer = {at: 0, current_value: 0, datapoints: [
|
||||||
]};
|
]};
|
||||||
|
|
||||||
var snmpMac = new SnmpMac("juni.ctdo.de", "ctdo23");
|
var snmpMac = new SnmpMac("juni.ctdo.de", "ctdo23");
|
||||||
var ippoll = new IpPoll("switch2.raum.ctdo.de", "195.160.169.30-120");
|
var ippoll = new IpPoll("flipdot.raum.ctdo.de", "195.160.169.30-120");
|
||||||
var flukso = new Flukso("flukso.raum.ctdo.de", "/sensor/cf00e0b22230f4a8870af58f2b8719dd");
|
var flukso = new Flukso("flukso.raum.ctdo.de", "/sensor/cf00e0b22230f4a8870af58f2b8719dd");
|
||||||
|
|
||||||
var port = '3000';
|
var port = '3000';
|
||||||
|
|
Loading…
Reference in New Issue