mirror of
https://github.com/mtan93/homebridge.git
synced 2026-04-05 22:04:31 +01:00
new Devices : Smokedetector
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user