new Devices : Smokedetector

This commit is contained in:
Thomas Kluge
2015-11-01 12:57:29 +01:00
parent bccdbd1755
commit c1cc8be8fa
2 changed files with 32 additions and 2 deletions

View File

@@ -330,7 +330,7 @@ HomeMaticPlatform.prototype = {
});
/*
accessory = new HomeMaticGenericChannel(that.log, that, "1234" , "DummyKM" , "KEYMATIC" , "1234");
var accessory = new HomeMaticGenericChannel(that.log, that, "1234" , "DummyKM" , "SMOKE_DETECTOR" , "1234");
that.foundAccessories.push(accessory);
accessory = new HomeMaticGenericChannel(that.log, that, "5678" , "DummyBLIND" , "BLIND" , "5678");