still WIP

with Thermostat stub. Somehow stops working after a few lines of
console.log
This commit is contained in:
Snowdd1
2015-09-04 17:39:46 +02:00
parent 1a98a6c9ac
commit 116dd1b315
3 changed files with 203 additions and 14 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
/*
* This is a demo KNX lamp accessory shim.
* It can switch a light on and off, and optionally set a brightness if configured to do so
* This is a demo KNX thermostat accessory shim.
* It can
*
*/
var Service = require("HAP-NodeJS").Service;