node-red-contrib-boolean-logic-ultimate
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -57,2 +57,2 @@ module.exports.ToBoolean = function ToBoolean(value, _configTranslationNode) { | ||
const DEFAULTTRANSLATIONINPUT = | ||
"on:true\noff:false\nactive:true\ninactive:false\nopen:true\nclosed:false\nclose:false\n1:true\n0:false\ntrue:true\nfalse:false\nhome:true\nnot_home:false"; | ||
"on:true\noff:false\nactive:true\ninactive:false\nopen:true\nclosed:false\nclose:false\n1:true\n0:false\ntrue:true\nfalse:false\nhome:true\nnot_home:false\nnormal:false\nviolated:true"; |
@@ -7,4 +7,8 @@ # node-red-contrib-boolean-logic-ultimate | ||
<p> | ||
<b>Version 1.1.2</b> January 2024<br/> | ||
- NEW: added "normal" and "violated" as default accepted inputs, for compatibility with Home Assistant.</br> | ||
</p> | ||
<p> | ||
<b>Version 1.1.1</b> October 2023<br/> | ||
- Math node: FIX: fixed "measurement" and "average" not showing correct results when using the "subtract" option.</br> | ||
- Math node: FIX: fixed "measurement" and "average" not showing correct results when using the "subtract" option. Thanks to @VanillaFord</br> | ||
</p> | ||
@@ -11,0 +15,0 @@ <p> |
{ | ||
"name": "node-red-contrib-boolean-logic-ultimate", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"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,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
1262697