node-red-contrib-boolean-logic-ultimate 1.2.6 → 1.2.9
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 +13 -1
- package/README.md +238 -132
- package/boolean-logic-ultimate/HysteresisUltimate.html +137 -0
- package/boolean-logic-ultimate/HysteresisUltimate.js +197 -0
- package/boolean-logic-ultimate/PresenceSimulatorUltimate.html +1 -0
- package/boolean-logic-ultimate/RateLimiterUltimate.html +2 -2
- package/boolean-logic-ultimate/StaircaseLightUltimate.html +1 -0
- package/examples/HysteresisUltimate.json +109 -0
- package/examples/README.md +29 -0
- package/img/alarm-system-ultimate.svg +69 -0
- package/package.json +3 -2
- package/test/hysteresis.spec.js +87 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,20 @@
|
|
|
1
1
|
# node-red-contrib-boolean-logic-ultimate
|
|
2
|
-
|
|
2
|
+
|
|
3
|
+
[](https://www.paypal.me/techtoday)
|
|
3
4
|
|
|
4
5
|
# CHANGELOG
|
|
5
6
|
|
|
7
|
+
<p>
|
|
8
|
+
<b>Version 1.2.9</b> April 2026<br/>
|
|
9
|
+
- Removed the following newly introduced HA nodes because considered too complex: ForDurationUltimate, WatchdogUltimate, PriorityMuxUltimate, GroupStateUltimate.<br/>
|
|
10
|
+
- Removed related examples, tests and documentation sections.<br/>
|
|
11
|
+
- Kept HysteresisUltimate and aligned package registration/examples docs accordingly.<br/>
|
|
12
|
+
</p>
|
|
13
|
+
|
|
14
|
+
<p>
|
|
15
|
+
<b>Version 1.2.8</b> January 2026<br/>
|
|
16
|
+
- Added youtube videos for the missing nodes and the relative links to the UI<br/>
|
|
17
|
+
</p>
|
|
6
18
|
|
|
7
19
|
<p>
|
|
8
20
|
<b>Version 1.2.6</b> January 2026<br/>
|