Skip to content

Commit a6500d3

Browse files
committed
Thermostat animation to show remaining set time
1 parent 64d9af9 commit a6500d3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

glowdash/glowdash.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ var CommSSEHost string = ""
140140
var CommSSEPort int = 8085
141141
var BackgroudDevQueryNetDialerTimeout time.Duration = time.Duration(1200) * time.Millisecond
142142
var BackgroudDevQueryNetKeepaliveTimeout time.Duration = time.Duration(1200) * time.Millisecond
143-
var AssetVer string = "108"
143+
var AssetVer string = "109"
144144

145145
var Panels []PanelInterface
146146
var Pages []PageInterface

glowdash/thermostat.go

+2
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ func (p PanelThermostat) PanelHtml(withContainer bool) string {
107107
</div>
108108
</div>
109109
110+
<div class="sendthermsign"></div>
111+
110112
{{if .ShowTitle}}
111113
<div class="title-container mt-s">
112114
<p class="title text-bold body-small-styles">{{.Title}}</p>

0 commit comments

Comments
 (0)