File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ var CommSSEHost string = ""
140140var CommSSEPort int = 8085
141141var BackgroudDevQueryNetDialerTimeout time.Duration = time .Duration (1200 ) * time .Millisecond
142142var BackgroudDevQueryNetKeepaliveTimeout time.Duration = time .Duration (1200 ) * time .Millisecond
143- var AssetVer string = "108 "
143+ var AssetVer string = "109 "
144144
145145var Panels []PanelInterface
146146var Pages []PageInterface
Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments