sonntam / node-red-contrib-xstate-machine

A xstate-based state machine implementation using state-machine-cat visualization for node red.
MIT License
22 stars 8 forks source link

Warn on malformed objects #28

Open wpmccormick opened 3 years ago

wpmccormick commented 3 years ago

It can happen that a misplaced config section will produce misleading output. For example, actions may seem to work, but activities will produce No implementation found warnings.

For obviously missing sections, some sort of warning should be possible.