GitXplorerGitXplorer
b

node-red-contrib-bang-bang-controller

public
0 stars
1 forks
4 issues

Commits

List of commits on branch master.
Unverified
30938a17c16ad02d56e46d983707e40bb1a5efb4

Change CI job name

bblazewicz committed 2 years ago
Unverified
9fd73b03823180bd3b3d63804c018f5a92506dbc

Fix build badge in README.md

bblazewicz committed 2 years ago
Unverified
18f697967052b8474cf243766ddbc6fbb486a211

Bump mocha from 9.1.3 to 10.2.0

ddependabot[bot] committed 2 years ago
Unverified
dde69bb8339188cfef947496e46e76def34b824d

Update supported node versions

bblazewicz committed 2 years ago
Unverified
873a0d4feab824d6458a9fa24ee8639a78f89fea

Bump express and node-red-node-test-helper

ddependabot[bot] committed 2 years ago
Unverified
7bc284ed747fb107fe576ea2bdb0637824033178

Bump ansi-regex from 5.0.0 to 5.0.1

ddependabot[bot] committed 2 years ago

README

The README file for this repository.

Node-RED Bang-Bang Controller Node

GitHub Workflow Status npm

Bang-bang controller (2 step controller, on-off controller, hysteresis controller) is a feedback controller that switches between two states. 1

Node sends one of two programmed output values on state change.

State changes from low to high when received payload value is greater than Threshold Upper. Similarly, transition from high to low occurs when payload value is less than Threshold Lower.

Primary intended use of this block is a thermostat.