rfxcom / node-rfxcom

Node.js client for talking to an RFXtrx433 device
MIT License
62 stars 45 forks source link

Somfy example won't work because of renamed (?) command #87

Closed emeidi closed 4 years ago

emeidi commented 5 years ago

Instead of

rfy.do(["0x10203", "1"], "down");

in README.md it should read

rfy.doCommand(["0x10203", "1"], "down");

as rfy.do() is (not anymore?) mentioned in /lib/rfy.js

maxwellhadley commented 4 years ago

Well spotted! I will fix this in the next version

maxwellhadley commented 4 years ago

Fixed in #90 (version 2.1.0)