ebaauw / homebridge-lib

Utility Library for Homebridge Plugins
Apache License 2.0
94 stars 12 forks source link

Example? #1

Closed robin7331 closed 7 years ago

robin7331 commented 7 years ago

Hey there,

neat idea! While digging through the wiki I figured it would be awesome to have some sort of example platform implemented with this library.

Do you have any code that you'd like to share?

Cheers!

robin7331 commented 7 years ago

Scratch that. No idea why I did not see that in your readme :/

robin7331 commented 7 years ago

Sorry, I have to reopen this since I saw that you only provided some example code for the index.js and the Platform.js. Is there any example on how you used this to implement a platform with accessories?

ebaauw commented 7 years ago

This is still very much work in progress. You might want to check the 1.0 branch of homebridge-hue, but that is only functional for discovering the bridge(s) and creating users - no accessories for lights or sensors yet.

robin7331 commented 7 years ago

Perfect. Thanks!