Add support for updated programmable service profile.
This commit is contained in:
Khaos Tian
2017-04-16 13:32:00 -07:00
parent 6f4ce80aea
commit d521755a49
2 changed files with 4 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "homebridge",
"description": "HomeKit support for the impatient",
"version": "0.4.17",
"version": "0.4.18",
"scripts": {
"dev": "DEBUG=* ./bin/homebridge -D -P example-plugins/ || true"
},
@@ -26,7 +26,7 @@
"dependencies": {
"chalk": "^1.1.1",
"commander": "2.8.1",
"hap-nodejs": "0.4.22",
"hap-nodejs": "0.4.23",
"semver": "5.0.3",
"node-persist": "^0.0.8"
}