ollieparsley / node-lightwaverf

A NodeJS library for controlling devices using the LightwaveRF Wi-Fi Link
Other
11 stars 7 forks source link

lightwaverf configuration from server and timeout on sendup #3

Closed rooi closed 8 years ago

rooi commented 8 years ago

Hi,

I'm working on an lightwaverf homekit plugin for homebridge based on my hap-nodjs lightwaverf accessory. For this I need to create homekit accessories that resemble the ones registered in lightwaverf. For this reason I included a method to obtain the server configuration. Also homekit may send fast commands to the accessories that will cause it to skip commands. For this I added some timeout functionality. Do you thing your module is the right place for this?

Roy

ollieparsley commented 8 years ago

Hey Roy,

The additions and tweaks you did look great. Thanks for contributing :)

Ollie