changed room state polling device to flipdot, since the new room switch is not manageable

This commit is contained in:
Lucas Pleß 2016-04-28 17:58:12 +02:00
parent 7bed7ba82f
commit 80472969d2
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ var usercountanswer = {at: 0, current_value: 0, datapoints: [
]};
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 port = '3000';