changed the ctdo room ip space to current setup
This commit is contained in:
parent
d4b64c5f19
commit
681d24175a
|
@ -55,7 +55,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.20-62 195.160.169.70-126");
|
||||
var ippoll = new IpPoll("switch2.raum.ctdo.de", "195.160.169.30-120");
|
||||
var flukso = new Flukso("flukso.raum.ctdo.de", "/sensor/cf00e0b22230f4a8870af58f2b8719dd");
|
||||
|
||||
snmpMac.on('done', function (res) {
|
||||
|
|
Loading…
Reference in New Issue