We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1965a3e commit 05398afCopy full SHA for 05398af
2 files changed
src/vaillant/15.uih.tsp
@@ -195,11 +195,11 @@ namespace Uih {
195
namespace Sw_ge220 {
196
/** CoolingDay */
197
@ext(0x7c, 0)
198
- model CoolingDay is ReadonlyRegister<UCH>;
+ model CoolingDay is Register<UCH>;
199
200
/** CoolingActive */
201
@ext(0x83, 0)
202
- model CoolingActive is ReadonlyRegister<onoff>;
+ model CoolingActive is Register<onoff>;
203
}
204
@condition(Id.Id.sw, ">=250")
205
namespace Sw_ge250 {
src/vaillant/_templates.tsp
@@ -488,6 +488,7 @@ enum Values_hcmode {
488
489
enum Values_hcmode2 {
490
off: 0,
491
+ cooling: 1,
492
heat: 3,
493
water: 4,
494
0 commit comments