iglass-logic-nodes
v0.0.4
Published
Node-RED contribution package with nodes for logic functions.
Downloads
118
Maintainers
Readme
iglass-logic-nodes
Node-RED contribution package with nodes to simplify configuration of logic.
Installation
Run the following command in the root directory of your Node-RED install
npm install iglass-logic-nodes
Nodes description
iGlass-logic-invert
Node for invert input logical value.
iGlass-logic-variable-set
Node for set the variable value.
iGlass-logic-variable-get
Node for get the variable value.
iGlass-logic-variable-condition
Node for check the condition for current value of the variable.
iGlass-logic-button-events
Node for generate button events. Button events currently supported include:
- Single click
- Double click
- Triple click
- Quadre click
- Hold started
- Hold finished You can also get total number of clicks.
iGlass-logic-toggle
Node for toggle state.
iGlass-logic-constant
Node for inject constant value.