node-red-contrib-boolean-logic-ultimate
Advanced tools
Comparing version 1.0.33 to 1.0.34
@@ -39,5 +39,5 @@ | ||
let msg = { topic: node.name }; | ||
for (let index = 0; index < node.commands.length; index++) { | ||
const element = node.commands[index]; | ||
let msg = { topic: node.name }; | ||
if (!element.toString().startsWith("//")) { | ||
@@ -44,0 +44,0 @@ if (node.isPlaying === false) return; // STOP called |
@@ -5,3 +5,3 @@ # node-red-contrib-boolean-logic-ultimate | ||
<p> | ||
<b>Version 1.0.33</b> August 2021<br/> | ||
<b>Version 1.0.34</b> August 2021<br/> | ||
- NEW: Impulse node: you run issue a sequence of commands to, for example, open a garage door with a timed impulse, or switch speed of a fan requiring pulsed commands. Check the gitHub home for sample and explanation.</br> | ||
@@ -8,0 +8,0 @@ </p> |
{ | ||
"name": "node-red-contrib-boolean-logic-ultimate", | ||
"version": "1.0.33", | ||
"version": "1.0.34", | ||
"description": "A set of Node-RED enhanced boolean logic node, flow interruption node, blinker node, invert node, filter node, with persisten values after reboot and more.", | ||
@@ -5,0 +5,0 @@ "author": "Supergiovane (https://github.com/Supergiovane)", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
703796