You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the messageTypeof MQTT actions is simply a string. We should add an enum type containing all the possible values and validate the user input (action definition) against that when or before constructing an action. (see #62 (comment))
The text was updated successfully, but these errors were encountered:
Currently, the
messageType
of MQTT actions is simply a string. We should add an enum type containing all the possible values and validate the user input (action definition) against that when or before constructing an action. (see #62 (comment))The text was updated successfully, but these errors were encountered: