#node-red-contrib-loop - how to break out of a loop?
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
According to the doc, sending "command":"break" should break it out of the loop, but any time I do it complains that the enumeration isn't what it's expecting. Anyone able to actually get a loop to break out? Trying to put in a short-circuit to escape out of the automation and break the loop.