Not understanding what's going on with the code - General - Node-RED Forum
Folks, this is a problem which has been hiding for a while. I just found/noticed it now. code: // get existing states const alarm = flow.get("alarm") || null const error = flow.get("error") || null const ip = flow.get("ip") || null const ntp = flow.get("ntp") || null const reboot = flow.get("reboot") || null const wap = flow.get("wap") || null const count = msg.count const led = "6" let wipe = context.get("wipe") || 0 let part = "" switch(count) { case 0: // msg.paylo...