node-red-contrib-boolean-logic-ultimate 1.2.0 → 1.2.1

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 CHANGED
@@ -4,7 +4,7 @@
4
4
  # CHANGELOG
5
5
 
6
6
  <p>
7
- <b>Version 1.2.0</b> September 2025<br/>
7
+ <b>Version 1.2.1</b> September 2025<br/>
8
8
  - NEW: PresenceSimulatorUltimate to replay configurable message sequences and simulate occupancy.<br/>
9
9
  - NEW: StaircaseLightUltimate to manage staircase lighting timers with pre-off warnings.<br/>
10
10
  - NEW: RateLimiterUltimate node with debounce, throttle and window modes.<br/>
@@ -1,7 +1,7 @@
1
1
  <script type="text/javascript">
2
2
  RED.nodes.registerType('PresenceSimulatorUltimate', {
3
3
  category: 'Boolean Logic Ultimate',
4
- color: '#ffe599',
4
+ color: '#ff8080',
5
5
  defaults: {
6
6
  name: { value: '' },
7
7
  controlTopic: { value: 'presence' },
@@ -1,7 +1,7 @@
1
1
  <script type="text/javascript">
2
2
  RED.nodes.registerType('RateLimiterUltimate', {
3
3
  category: 'Boolean Logic Ultimate',
4
- color: '#ffcc66',
4
+ color: '#ff8080',
5
5
  defaults: {
6
6
  name: { value: '' },
7
7
  mode: { value: 'debounce' },
@@ -1,7 +1,7 @@
1
1
  <script type="text/javascript">
2
2
  RED.nodes.registerType('StaircaseLightUltimate', {
3
3
  category: 'Boolean Logic Ultimate',
4
- color: '#ffd966',
4
+ color: '#ff8080',
5
5
  defaults: {
6
6
  name: { value: '' },
7
7
  controlTopic: { value: 'stairs' },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-red-contrib-boolean-logic-ultimate",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "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.",
5
5
  "author": "Supergiovane (https://github.com/Supergiovane)",
6
6
  "dependencies": {
@@ -12,7 +12,7 @@
12
12
  "chai": "^4.3.10",
13
13
  "mocha": "^10.4.0",
14
14
  "node-red": "^3.1.0",
15
- "node-red-node-test-helper": "^0.2.0"
15
+ "node-red-node-test-helper": "^0.3.5"
16
16
  },
17
17
  "keywords": [
18
18
  "node-red",