ni-c / heimcontrol.js

Home-Automation with node.js and Raspberry PI
MIT License
1.41k stars 297 forks source link

RC binary code (rather than tri-state) support #81

Closed tjanson closed 10 years ago

tjanson commented 10 years ago

Added the option to use 24 bit binary codes rather than tri-state codes, which makes Heimcontrol compatible with e.g. "Status SREMSOC3PK3" RC sockets. Fixed #80.

Requires duino with decimal RC support, which I implemented in ni-c/duino#2.