Changed structure to handle numerous issues plus add enhancements. No activity off properly calls "Power Off" (and thus "Power Off" has been removed). HomeKit responses are properly set back when activity finishes switching. Some amount of handling has been added for timeouts while switching activities as well as request sync (you don't seem to be able to send multiple requests to the hub simultaneously, and the activity switching sometimes times out the connection, so a reconnect system was added).

This commit is contained in:
Kraig McConaghy
2015-10-18 19:08:46 -05:00
parent e30b504583
commit 6604c2b69a
2 changed files with 148 additions and 112 deletions

View File

@@ -40,6 +40,7 @@
"komponist" : "0.1.0",
"yamaha-nodejs": "0.4.x",
"debug": "^2.2.0",
"node-xmpp-client": "1.0.0-alpha23"
"node-xmpp-client": "1.0.0-alpha23",
"queue": "^3.1.0"
}
}