node-red-contrib-boolean-logic-ultimate 1.0.49 → 1.0.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/README.md +4 -4
- package/boolean-logic-ultimate/BlinkerUltimate.html +2 -1
- package/boolean-logic-ultimate/BooleanLogicUltimate.html +1 -0
- package/boolean-logic-ultimate/FilterUltimate.html +1 -0
- package/boolean-logic-ultimate/ImpulseUltimate.html +2 -1
- package/boolean-logic-ultimate/InjectUltimate.html +2 -1
- package/boolean-logic-ultimate/InterruptFlowUltimate.html +1 -0
- package/boolean-logic-ultimate/InvertUltimate.html +1 -0
- package/boolean-logic-ultimate/SimpleOutputUltimate.html +2 -1
- package/boolean-logic-ultimate/StatusUltimate.html +2 -1
- package/boolean-logic-ultimate/SumUltimate.html +2 -1
- package/boolean-logic-ultimate/icon/howtoyoutube.png +0 -0
- package/boolean-logic-ultimate/toggleUltimate.html +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# node-red-contrib-boolean-logic-ultimate
|
|
2
2
|
[](https://www.paypal.me/techtoday)
|
|
3
3
|
|
|
4
|
+
<p>
|
|
5
|
+
<b>Version 1.0.50</b> February 2022<br/>
|
|
6
|
+
- NEW: Added Youtube example for each node. You can find the link in the config window of each one and hede the playlist https://youtube.com/playlist?list=PL9Yh1bjbLAYoRH4IyQB7EL5srHAihiKpy.</br>
|
|
7
|
+
</p>
|
|
4
8
|
<p>
|
|
5
9
|
<b>Version 1.0.48</b> February 2022<br/>
|
|
6
10
|
- NEW: TOGGLE node: Simple toggle node.</br>
|
package/README.md
CHANGED
|
@@ -8,11 +8,11 @@
|
|
|
8
8
|
[![MIT License][license-image]][license-url]
|
|
9
9
|
[](https://standardjs.com)
|
|
10
10
|
[](https://www.paypal.me/techtoday)
|
|
11
|
-
[![
|
|
11
|
+
[![youtube][youtube-image]][youtube-url]
|
|
12
12
|
|
|
13
13
|
A set of Node-RED enhanced boolean logic, with persisten values after reboot and more.
|
|
14
14
|
|
|
15
|
-
>
|
|
15
|
+
> Welcome! First of all thank you for your interest in my nodes. This is a set of logic nodes, to overcome the simplicity of the default node-red boolean logic nodes.
|
|
16
16
|
Hope you enjoy that and if you're in trouble, please ask!
|
|
17
17
|
|
|
18
18
|
<br/>
|
|
@@ -381,5 +381,5 @@ Any message that arrives on input, will be passwd through to the output with the
|
|
|
381
381
|
[npm-version-image]: https://img.shields.io/npm/v/node-red-contrib-boolean-logic-ultimate.svg
|
|
382
382
|
[npm-downloads-month-image]: https://img.shields.io/npm/dm/node-red-contrib-boolean-logic-ultimate.svg
|
|
383
383
|
[npm-downloads-total-image]: https://img.shields.io/npm/dt/node-red-contrib-boolean-logic-ultimate.svg
|
|
384
|
-
[
|
|
385
|
-
[
|
|
384
|
+
[youtube-image]: https://img.shields.io/badge/Visit%20me-youtube-red
|
|
385
|
+
[youtube-url]: https://youtube.com/playlist?list=PL9Yh1bjbLAYoRH4IyQB7EL5srHAihiKpy
|
|
@@ -37,7 +37,8 @@
|
|
|
37
37
|
<script type="text/x-red" data-template-name="BlinkerUltimate">
|
|
38
38
|
<div class="form-row">
|
|
39
39
|
<b>Blinker Ultimate</b>    <span style="color:red"><i class="fa fa-question-circle"></i> <a target="_blank" href="https://github.com/Supergiovane/node-red-contrib-boolean-logic-ultimate"><u>Help online</u></a></span>
|
|
40
|
-
<
|
|
40
|
+
   <span style="color:red"><i class="fa fa-youtube-play"></i> <a target="_blank" href="https://youtu.be/HtMoutMFB6A"><u>Youtube Sample</u></a></span>
|
|
41
|
+
<br/>
|
|
41
42
|
<br/>
|
|
42
43
|
</div>
|
|
43
44
|
<div class="form-row">
|
|
@@ -118,6 +118,7 @@
|
|
|
118
118
|
<script type="text/x-red" data-template-name="BooleanLogicUltimate">
|
|
119
119
|
<div class="form-row">
|
|
120
120
|
<b>Boolean Logic Ultimate</b>    <span style="color:red"><i class="fa fa-question-circle"></i> <a target="_blank" href="https://github.com/Supergiovane/node-red-contrib-boolean-logic-ultimate"><u>Help online</u></a></span>
|
|
121
|
+
   <span style="color:red"><i class="fa fa-youtube-play"></i> <a target="_blank" href="https://youtu.be/6En2WiWKsXM"><u>Youtube Sample</u></a></span>
|
|
121
122
|
<br/>
|
|
122
123
|
<br/>
|
|
123
124
|
</div>
|
|
@@ -36,6 +36,7 @@
|
|
|
36
36
|
<script type="text/x-red" data-template-name="FilterUltimate">
|
|
37
37
|
<div class="form-row">
|
|
38
38
|
<b>Filter Ultimate</b>    <span style="color:red"><i class="fa fa-question-circle"></i> <a target="_blank" href="https://github.com/Supergiovane/node-red-contrib-boolean-logic-ultimate"><u>Help online</u></a></span>
|
|
39
|
+
   <span style="color:red"><i class="fa fa-youtube-play"></i> <a target="_blank" href="https://youtu.be/DXfpXRM-LJA"><u>Youtube Sample</u></a></span>
|
|
39
40
|
<br/>
|
|
40
41
|
<br/>
|
|
41
42
|
</div>
|
|
@@ -50,7 +50,8 @@
|
|
|
50
50
|
<script type="text/x-red" data-template-name="ImpulseUltimate">
|
|
51
51
|
<div class="form-row">
|
|
52
52
|
<b>Impulse Ultimate</b>    <span style="color:red"><i class="fa fa-question-circle"></i> <a target="_blank" href="https://github.com/Supergiovane/node-red-contrib-boolean-logic-ultimate"><u>Help online</u></a></span>
|
|
53
|
-
<
|
|
53
|
+
   <span style="color:red"><i class="fa fa-youtube-play"></i> <a target="_blank" href="https://youtu.be/PdLEWtKsNv8"><u>Youtube Sample</u></a></span>
|
|
54
|
+
<br/>
|
|
54
55
|
<br/>
|
|
55
56
|
</div>
|
|
56
57
|
<div class="form-row">
|
|
@@ -62,8 +62,9 @@
|
|
|
62
62
|
<script type="text/x-red" data-template-name="InjectUltimate">
|
|
63
63
|
<div class="form-row">
|
|
64
64
|
<b>Inject Ultimate</b>    <span style="color:red"><i class="fa fa-question-circle"></i> <a target="_blank" href="https://github.com/Supergiovane/node-red-contrib-boolean-logic-ultimate"><u>Help online</u></a></span>
|
|
65
|
+
   <span style="color:red"><i class="fa fa-youtube-play"></i> <a target="_blank" href="https://youtu.be/sYc6L5QQrTw"><u>Youtube Sample</u></a></span>
|
|
65
66
|
<br/>
|
|
66
|
-
|
|
67
|
+
<br/>
|
|
67
68
|
</div>
|
|
68
69
|
<div class="form-row">
|
|
69
70
|
<label for="node-input-name"><i class="icon-tag"></i> Name</label>
|
|
@@ -37,6 +37,7 @@
|
|
|
37
37
|
<script type="text/x-red" data-template-name="InterruptFlowUltimate">
|
|
38
38
|
<div class="form-row">
|
|
39
39
|
<b>Interrupt Flow Ultimate</b>    <span style="color:red"><i class="fa fa-question-circle"></i> <a target="_blank" href="https://github.com/Supergiovane/node-red-contrib-boolean-logic-ultimate"><u>Help online</u></a></span>
|
|
40
|
+
   <span style="color:red"><i class="fa fa-youtube-play"></i> <a target="_blank" href="https://youtu.be/1T1g0HCeYA8"><u>Youtube Sample</u></a></span>
|
|
40
41
|
<br/>
|
|
41
42
|
<br/>
|
|
42
43
|
</div>
|
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
<script type="text/x-red" data-template-name="InvertUltimate">
|
|
24
24
|
<div class="form-row">
|
|
25
25
|
<b>Invert Ultimate</b>    <span style="color:red"><i class="fa fa-question-circle"></i> <a target="_blank" href="https://github.com/Supergiovane/node-red-contrib-boolean-logic-ultimate"><u>Help online</u></a></span>
|
|
26
|
+
   <span style="color:red"><i class="fa fa-youtube-play"></i> <a target="_blank" href="https://youtu.be/A41x8VevZD8"><u>Youtube Sample</u></a></span>
|
|
26
27
|
<br/>
|
|
27
28
|
<br/>
|
|
28
29
|
</div>
|
|
@@ -36,7 +36,8 @@
|
|
|
36
36
|
<script type="text/x-red" data-template-name="SimpleOutputUltimate">
|
|
37
37
|
<div class="form-row">
|
|
38
38
|
<b>Simple Output Ultimate</b>    <span style="color:red"><i class="fa fa-question-circle"></i> <a target="_blank" href="https://github.com/Supergiovane/node-red-contrib-boolean-logic-ultimate"><u>Help online</u></a></span>
|
|
39
|
-
<
|
|
39
|
+
   <span style="color:red"><i class="fa fa-youtube-play"></i> <a target="_blank" href="https://youtu.be/tCKolVculuw"><u>Youtube Sample</u></a></span>
|
|
40
|
+
<br/>
|
|
40
41
|
<br/>
|
|
41
42
|
</div>
|
|
42
43
|
<div class="form-row">
|
|
@@ -27,7 +27,8 @@
|
|
|
27
27
|
<script type="text/x-red" data-template-name="StatusUltimate">
|
|
28
28
|
<div class="form-row">
|
|
29
29
|
<b>Status Ultimate</b>    <span style="color:red"><i class="fa fa-question-circle"></i> <a target="_blank" href="https://github.com/Supergiovane/node-red-contrib-boolean-logic-ultimate"><u>Help online</u></a></span>
|
|
30
|
-
<
|
|
30
|
+
   <span style="color:red"><i class="fa fa-youtube-play"></i> <a target="_blank" href="https://youtu.be/m3p06PN3rTI"><u>Youtube Sample</u></a></span>
|
|
31
|
+
<br/>
|
|
31
32
|
<br/>
|
|
32
33
|
</div>
|
|
33
34
|
<div class="form-row">
|
|
@@ -27,7 +27,8 @@
|
|
|
27
27
|
<script type="text/x-red" data-template-name="SumUltimate">
|
|
28
28
|
<div class="form-row">
|
|
29
29
|
<b>Status Ultimate</b>    <span style="color:red"><i class="fa fa-question-circle"></i> <a target="_blank" href="https://github.com/Supergiovane/node-red-contrib-boolean-logic-ultimate"><u>Help online</u></a></span>
|
|
30
|
-
<
|
|
30
|
+
   <span style="color:red"><i class="fa fa-youtube-play"></i> <a target="_blank" href="https://youtu.be/jLIbQgmRzuc"><u>Youtube Sample</u></a></span>
|
|
31
|
+
<br/>
|
|
31
32
|
<br/>
|
|
32
33
|
</div>
|
|
33
34
|
<div class="form-row">
|
|
Binary file
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
<script type="text/x-red" data-template-name="toggleUltimate">
|
|
25
25
|
<div class="form-row">
|
|
26
26
|
<b>Toggle Ultimate</b>    <span style="color:red"><i class="fa fa-question-circle"></i> <a target="_blank" href="https://github.com/Supergiovane/node-red-contrib-boolean-logic-ultimate"><u>Help online</u></a></span>
|
|
27
|
+
   <span style="color:red"><i class="fa fa-youtube-play"></i> <a target="_blank" href="https://youtu.be/VijkMBpt_CM"><u>Youtube Sample</u></a></span>
|
|
27
28
|
<br/>
|
|
28
29
|
<br/>
|
|
29
30
|
</div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-red-contrib-boolean-logic-ultimate",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.50",
|
|
4
4
|
"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
5
|
"author": "Supergiovane (https://github.com/Supergiovane)",
|
|
6
6
|
"dependencies": {
|