Skip to content

Commit

Permalink
Add status label for pipeline headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
pchote committed Apr 21, 2024
1 parent a92704c commit cba75a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chillerd
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ class ChillerDaemon:
self._status = {
'date': datetime.datetime.utcnow().strftime('%Y-%m-%dT%H:%M:%SZ'),
'status': status,
'status_label': ChillerStatus.label(status),
'setpoint_temp': setpoint_temp,
'water_temp': water_temp,
'ambient_temp': ambient_temp,
Expand Down

0 comments on commit cba75a1

Please sign in to comment.