node-red-contrib-state-machine icon indicating copy to clipboard operation
node-red-contrib-state-machine copied to clipboard

A Node Red node that wraps around Javascript State Machine

Results 7 node-red-contrib-state-machine issues
Sort by recently updated
recently updated
newest added

I'm running Node RED 7.2.6 and since then i'm getting the following log message: "[RED.events] Deprecated use of "nodes-started" event from "/opt/node_modules/node-red-contrib-state-machine/state-machine.js:98:20". Use "flows:started" instead."

I would like to request an option to store the Machine State in persistent storage so the previous state is restored on restart. Either using the configured persistent storage method,...

Update code to eliminate `[warn] [RED.events] Deprecated use of "nodes-started" event` error message on Node-RED startup and bump version to 1.2.1.

This hopefully removes the deprecation warning without causing any side effects.

I use "changed nodes only" mode for deploy but state machine sends current state even if it isn't changed I think it could be related to "nodes-started" event processing when...

why there is no output when i set global on state output

In using the state machine node I found that I was always creating a switch node to handle each state differently. Rather than continuing this repetitive and error-prone practice (the...