Websocket nodes

nodes that can be exposed through the websocket and controlled by external software.

every node has its own id, which is used by the websocket server to control these nodes, and a display name as well.

you can find more info on the websocket server here!


Boolean ws.boolean

websocket node that receives boolean (true or false) values, such as buttons and toggles.


Number ws.number

websocket node that receives number values.


State Events ws.stateEvents

websocket node that receives state change events to be used with state nodes.

as with nodes that output state events, you need a storage to process these events and output a state.