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: settings: update progs in memory, not only on disk
master
Richard Genoud
4 years ago
parent
036d3157d5
commit
21585debf3
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
soft/thermostat/src/settings.cpp
+ 2
- 0
soft/thermostat/src/settings.cpp
View File
@ -138,6 +138,8 @@ void Settings::setRoomPrograms(int idx, QVector<struct Program> &progs)
return
;
}
m_rooms
[
idx
]
.
progs
=
progs
;
this
-
>
beginWriteArray
(
"
rooms
"
,
nbZones
(
)
)
;
this
-
>
setArrayIndex
(
idx
)
;
Write
Preview
Loading…
Cancel
Save