This website works better with JavaScript.
Home
Help
Sign In
rico
/
remote_pilot_wire_mqtt
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
thermostat: show force off in zones when holiday mode is on
master
Richard Genoud
5 years ago
parent
42f4aed95f
commit
7932a70b1b
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
soft/thermostat/src/zoneitem.cpp
+ 4
- 0
soft/thermostat/src/zoneitem.cpp
View File
@ -80,6 +80,10 @@ void ZoneItem::refresh(void)
break
;
}
if
(
s
-
>
m_end_holiday
>
QDateTime
:
:
currentDateTime
(
)
)
{
m_target_temperature
=
FORCE_OFF
;
}
/* Zone name */
text
+
=
QString
(
"
<center><b>
"
)
+
m_name
+
QString
(
"
</b></center>
"
)
;
Write
Preview
Loading…
Cancel
Save