UNPKG

node-red-contrib-boolean-logic-ultimate

Version:

A set of Node-RED enhanced boolean logic and utility nodes, flow interruption, blinker, debouncer, invert, filter, toggle etc.., with persistent values after reboot. Compatible also with Homeassistant values.

57 lines (56 loc) 2.65 kB
{ "name": "node-red-contrib-boolean-logic-ultimate", "version": "1.2.13", "description": "A set of Node-RED enhanced boolean logic and utility nodes, flow interruption, blinker, debouncer, invert, filter, toggle etc.., with persistent values after reboot. Compatible also with Homeassistant values.", "author": "Supergiovane (https://github.com/Supergiovane)", "dependencies": { "fs": "0.0.1-security", "path": ">=0.12.7", "kalmanjs": "1.1.0" }, "devDependencies": { "chai": "^4.3.10", "mocha": "^10.4.0", "node-red": "^3.1.0", "node-red-node-test-helper": "^0.3.5" }, "keywords": [ "node-red", "boolean", "gate", "filter", "logic" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Supergiovane/node-red-contrib-boolean-logic-ultimate" }, "node-red": { "nodes": { "DebouncerUltimate": "boolean-logic-ultimate/DebouncerUltimate.js", "BooleanLogicUltimate": "boolean-logic-ultimate/BooleanLogicUltimate.js", "InvertUltimate": "boolean-logic-ultimate/InvertUltimate.js", "FilterUltimate": "boolean-logic-ultimate/FilterUltimate.js", "InterruptFlowUltimate": "boolean-logic-ultimate/InterruptFlowUltimate.js", "BlinkerUltimate": "boolean-logic-ultimate/BlinkerUltimate.js", "SimpleOutputUltimate": "boolean-logic-ultimate/SimpleOutputUltimate.js", "InjectUltimate": "boolean-logic-ultimate/InjectUltimate.js", "StatusUltimate": "boolean-logic-ultimate/StatusUltimate.js", "ImpulseUltimate": "boolean-logic-ultimate/ImpulseUltimate.js", "SumUltimate": "boolean-logic-ultimate/SumUltimate.js", "toggleUltimate": "boolean-logic-ultimate/toggleUltimate.js", "RailwaySwitchUltimate": "boolean-logic-ultimate/RailwaySwitchUltimate.js", "Comparator": "boolean-logic-ultimate/Comparator.js", "KalmanFilterUltimate": "boolean-logic-ultimate/KalmanFilterUltimate.js", "RateLimiterUltimate": "boolean-logic-ultimate/RateLimiterUltimate.js", "PresenceSimulatorUltimate": "boolean-logic-ultimate/PresenceSimulatorUltimate.js", "StaircaseLightUltimate": "boolean-logic-ultimate/StaircaseLightUltimate.js", "HysteresisUltimate": "boolean-logic-ultimate/HysteresisUltimate.js", "translator-config": "boolean-logic-ultimate/translator-config.js" } }, "scripts": { "test": "mocha test/**/*.spec.js" } }