Skip to content

Commit

Permalink
Fix for invalid bonjour response in hap-node-client
Browse files Browse the repository at this point in the history
  • Loading branch information
NorthernMan54 committed Mar 23, 2019
1 parent 7b882ee commit a5f5667
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ You will need to manually remove all existing devices after upgrading and setup
* [AppleTV](#appletv)
* [Speakers](#speakers)
* [Yamaha Receiver/Spotify control](#yamaha-receiverspotify-control)
* [Contact and Motion Sensors](#contact-and-motion-sensors)
* [Unsupported device types](#unsupported-device-types)
* [Installation of homebridge-alexa](#installation-of-homebridge-alexa)
* [Prepare Homebridge for plugin installation](#prepare-homebridge-for-plugin-installation)
Expand Down
2 changes: 1 addition & 1 deletion Roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

* [x] Implement message routing to homebridge instance
* [ ] Enable MQTTS
* [ ] Automate SSL Cert renewall process
* [ ] Automate SSL Cert renewal process
* [x] Automate DNS link process
* [x] Implement Alexa Events and Proactive reporting for Home Skills
* [x] Clean up logging, way too noisy
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"is-my-json-valid": ">=2.19.0",
"debug": ">2.6.9",
"mqtt": ">=2.18.8",
"hap-node-client": ">=0.0.21"
"hap-node-client": ">=0.0.22"
},
"author": "NorthernMan54",
"license": "Apache-2.0",
Expand Down

0 comments on commit a5f5667

Please sign in to comment.