UNPKG

node-red-contrib-boolean-logic-ultimate

Version:

A set of Node-RED enhanced boolean logic and utility nodes, flow interruption, blinker, invert, filter, toggle etc.., with persistent values after reboot. Compatible also with Homeassistant values.

8 lines (7 loc) 222 B
module.exports = function(RED) { function TranslatorConfig(n) { RED.nodes.createNode(this,n); this.commandText = n.commandText; } RED.nodes.registerType("translator-config",TranslatorConfig); }