@equans/smart-buildings-heating-boost
v2.1.1
Published
Manual heating override strategy for Smart Buildings
Downloads
6
Readme
strategies-heating-boost
Implementation
Overview
This strategy will likely take an input from a given schedule. If the boost is not active it will just forward on an message it recieved.
However if the boost is in place then it will alter the message to:
{
requestId: "random_request_id",
value: true
}
Strategy breakdown
The logic for the custom heating boost block can all be found within the strategies-heating-boost.ts
file.
Subflows
The subflow ./subflows/heating-boost-subflow.json
contains all the flow for ui and implementaion of the manual heating boost. Including the UI buttons and components.
Enviroment
This strategy requires a minimum of node version 14 to run.