Skip to content

Commit 05398af

Browse files
committed
rework #512 and allow write to coolingday+coolingactive
1 parent 1965a3e commit 05398af

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/vaillant/15.uih.tsp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,11 +195,11 @@ namespace Uih {
195195
namespace Sw_ge220 {
196196
/** CoolingDay */
197197
@ext(0x7c, 0)
198-
model CoolingDay is ReadonlyRegister<UCH>;
198+
model CoolingDay is Register<UCH>;
199199

200200
/** CoolingActive */
201201
@ext(0x83, 0)
202-
model CoolingActive is ReadonlyRegister<onoff>;
202+
model CoolingActive is Register<onoff>;
203203
}
204204
@condition(Id.Id.sw, ">=250")
205205
namespace Sw_ge250 {

src/vaillant/_templates.tsp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,7 @@ enum Values_hcmode {
488488

489489
enum Values_hcmode2 {
490490
off: 0,
491+
cooling: 1,
491492
heat: 3,
492493
water: 4,
493494
}

0 commit comments

Comments
 (0)