node-red-contrib-boolean-logic-ultimate
Advanced tools
Comparing version 1.0.12 to 1.0.13
@@ -7,2 +7,6 @@ # node-red-contrib-boolean-logic-ultimate | ||
<p> | ||
<b>Version 1.0.13</b><br/> | ||
- NEW: added blinker node. Thanks to @Marco for the suggestion.</br> | ||
</p> | ||
<p> | ||
<b>Version 1.0.12</b><br/> | ||
@@ -9,0 +13,0 @@ - Boolean Logic, FilterUltimate and InvertUltimate now output the entire message input, replacing only topic and payload.</br> |
{ | ||
"name": "node-red-contrib-boolean-logic-ultimate", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"description": "A set of Node-RED enhanced boolean logic, with persisten values after reboot and more", | ||
@@ -26,3 +26,4 @@ "author": "Supergiovane (https://github.com/Supergiovane)", | ||
"FilterUltimate": "boolean-logic-ultimate/FilterUltimate.js", | ||
"InterruptFlowUltimate": "boolean-logic-ultimate/InterruptFlowUltimate.js" | ||
"InterruptFlowUltimate": "boolean-logic-ultimate/InterruptFlowUltimate.js", | ||
"BlinkerUltimate": "boolean-logic-ultimate/BlinkerUltimate.js" | ||
@@ -29,0 +30,0 @@ } |
@@ -5,4 +5,2 @@ # node-red-contrib-boolean-logic-ultimate | ||
Set of enhanced logic nodes for your flows. | ||
[![NPM version][npm-version-image]][npm-url] | ||
@@ -15,3 +13,3 @@ [![NPM downloads per month][npm-downloads-month-image]][npm-url] | ||
[![Donate via PayPal](https://img.shields.io/badge/Donate-PayPal-blue.svg?style=flat-square)](https://www.paypal.me/techtoday) | ||
A set of Node-RED enhanced boolean logic, with persisten values after reboot and more. | ||
@@ -113,3 +111,16 @@ <a href="http://eepurl.com/gJm095" target="_blank">Subscribe to my channel.</a> Only news about my nodes, no spam, no ads. I'm a github developer, not a merchant. | ||
# BLINKER ULTIMATE | ||
The pourpose of this node is to blink a led or something.<br /> | ||
Pass <code>msg.payload = true</code> to start blinking</br> | ||
Pass <code>msg.payload = false</code> to stop blinking</br> | ||
<img src='https://raw.githubusercontent.com/Supergiovane/node-red-contrib-boolean-logic-ultimate/master/img/blinker.png' width='60%'> | ||
<details><summary>CLICK HERE, copy and paste it into your flow</summary> | ||
<code> | ||
[{"id":"33d76f42.58e088","type":"BlinkerUltimate","z":"c3456bd7.8ee9d8","name":"Blinker","blinkfrequency":"500","x":260,"y":340,"wires":[["ad7488b.2a1d9f8"]]},{"id":"ac0d404f.70cc","type":"inject","z":"c3456bd7.8ee9d8","name":"","topic":"","payload":"true","payloadType":"bool","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":90,"y":320,"wires":[["33d76f42.58e088"]]},{"id":"bfdc64c6.06e2d","type":"inject","z":"c3456bd7.8ee9d8","name":"","topic":"","payload":"false","payloadType":"bool","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":90,"y":360,"wires":[["33d76f42.58e088"]]},{"id":"ad7488b.2a1d9f8","type":"debug","z":"c3456bd7.8ee9d8","name":"Led","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","x":410,"y":340,"wires":[]},{"id":"865e29f9.4d1e98","type":"comment","z":"c3456bd7.8ee9d8","name":"Blink a signalling led","info":"","x":110,"y":280,"wires":[]}] | ||
</code> | ||
</details> | ||
[license-image]: https://img.shields.io/badge/license-MIT-blue.svg | ||
@@ -116,0 +127,0 @@ [license-url]: https://github.com/Supergiovane/node-red-contrib-boolean-logic-ultimate/master/LICENSE |
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
247951
20
453
129