From 80472969d2c28a646d8c1e162f5535ffbe885999 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Ple=C3=9F?= Date: Thu, 28 Apr 2016 17:58:12 +0200 Subject: [PATCH] changed room state polling device to flipdot, since the new room switch is not manageable --- node/statusbot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/statusbot.js b/node/statusbot.js index 1bebcaa..6ca2abb 100755 --- a/node/statusbot.js +++ b/node/statusbot.js @@ -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';