Page 1 of 1

Node-RED digitaloutput node missing break statement.

Posted: Tue Nov 05, 2024 7:38 pm
by jnbastoky
In the Node-RED library phidget22-digitalout.js is missing the break; statement at the end of case 'setState' (line 46). This is causing the default case to get executed even through setState matches and is therefore generating an incorrect error.