pimatic / rfcontroljs

nodejs modul with protocol support for different 433mhz switches and weather stations for the RFControl Arduino library.
GNU General Public License v3.0
49 stars 54 forks source link

Added new protocol 4CH relay switch #75

Closed kenci closed 8 years ago

kenci commented 8 years ago

Relay

sweetpi commented 8 years ago

Thanks for the pull request. Could you fix the following?

  1. The coffee file does not look like coffeescript ;). Could you convert this to coffee?
  2. The name of the protocol should be the same as the filename.
  3. We have already a switch21 protocol, so the next one is switch22. Be sure to rebase your changes for the most up to data version of rfcontroljs.
  4. Some tests would be nice.