mlfunston / node-red-contrib-broadlink-control

Set of node-red nodes to manage the Broadlink home automation device suite
MIT License
44 stars 24 forks source link

Nodered crashes on send command for RM #57

Closed samuellazea closed 3 years ago

samuellazea commented 3 years ago

Capture4

I try to send a remote command and cause of this entire nodered crashes. Any chance you could catch this error also? Thanks in advance

mlfunston commented 3 years ago

Found the issue, there was a typo. should have been node.error not node.err.

Will deploy in new version

samuellazea commented 3 years ago

Thanks lots. Standing by then

mlfunston commented 3 years ago

V2.1.2 deployed with this fix in.

samuellazea commented 3 years ago

Thanks again