iglass-logic-nodes

Node-RED contribution package with nodes for logic functions.

Usage no npm install needed!

<script type="module">
  import iglassLogicNodes from 'https://cdn.skypack.dev/iglass-logic-nodes';
</script>

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.

Authors

iGlass Automation