connectedbytcp
connectedbytcp copied to clipboard
Connected by TCP Lights API
Something along the lines of TurnOffDeviceByName(DeviceName,InRoomX,CallbackFunction)
index-alt.js = a modified version of the original index.js. I added additional methods ControlLight.js = Enable control of lights via command line ControlRoom.js = Enable control of rooms via command...
Project "homebridge" that creates a HomeKit bridge for devices written in Node.js It would be cool to transform this project into an package for home bridge to allow people to...
I notice that your code doesn't address the "SmartControl" section of the Connected TCP's Lights/App Is this something you are able to intercept from the gateway and then manage via...
Calling a room command by name for a room that doesn't exist does not present an error.
Just made the fading more gradual, and reorganized where the millisecond math takes place. Going 1% at a time limits the max speed of fade on (lots of requests), but...