jncanches / node-red-contrib-blindcontroller-v2

A blind controller for nodered
Apache License 2.0
3 stars 1 forks source link

Blind Controller fails silently when msg.payload.channel is not set #2

Open holgerpieta opened 3 years ago

holgerpieta commented 3 years ago

When msg.payload.channel is not set, runCalc doesn't have anything to loop over in line 777, because blinds is not filled in lines 773 to 775. Lines 1122 to 1124 do not set the default, because topic is sun. In the end the blind controller just doesn't do anything and doesn't complain either.