Last active
July 1, 2020 19:24
Revisions
-
tcoopman revised this gist
Jul 1, 2020 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,11 +6,11 @@ Pump Control time after 1900 -> Pump off start control loop -> Control loop Control loop* roof temperature higher -> Valve opened roof temperature lower -> Valve closed Valve closed start control loop timer -> control loop timer Valve opened -
tcoopman created this gist
Jul 1, 2020 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,24 @@ Pump Control Pump off* time after 1400 -> Pump on Pump on time after 1900 -> Pump off start control loop -> Control loop Control loop roof temperature higher -> Valve opened roof temperature lower -> Valve closed Valve closed* start control loop timer -> control loop timer Valve opened start control loop timer -> control loop timer control loop timer timer rang -> Control loop
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ function render(model){ let current_state_name = model.active_states[0].name; return $("h1", {style: {color: "darkBlue"}}, `The current state is: ${current_state_name}`); }