Skip to content

Commit 16542ac

Browse files
committed
rollback minlength for strings for backwards compatibility, align mamode2 with mamode, add curvev and align both curve
1 parent 036ed91 commit 16542ac

1 file changed

Lines changed: 11 additions & 8 deletions

File tree

src/vaillant/_templates.tsp

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -294,9 +294,15 @@ scalar uin100 extends UIN;
294294
/** Heating curve */
295295
@divisor(100)
296296
@maxValue(500)
297-
@step(10)
297+
@step(5)
298298
scalar curve extends UIN;
299299

300+
/** Heating curve */
301+
@minValue(0)
302+
@maxValue(5)
303+
@step(0.05)
304+
scalar curvev extends EXP;
305+
300306
/** phase 1 state */
301307
@values(Values_phase1)
302308
scalar phase1 extends BI0;
@@ -488,12 +494,10 @@ scalar zmapping2 extends UIN;
488494
scalar hcname extends STR;
489495

490496
/** zone name */
491-
@minLength(0)
492497
@maxLength(5)
493498
scalar zname extends STR;
494499

495500
/** name */
496-
@minLength(0)
497501
@maxLength(6)
498502
scalar shortname extends STR;
499503

@@ -502,7 +506,6 @@ scalar shortname extends STR;
502506
scalar phone extends STR;
503507

504508
/** phone number */
505-
@minLength(0)
506509
@maxLength(6)
507510
scalar shortphone extends STR;
508511

@@ -967,12 +970,12 @@ enum Values_mamode {
967970
}
968971

969972
enum Values_mamode2 {
970-
circulation_pump: 0,
971-
dehumidifier: 1,
973+
circulation: 0,
974+
dryer: 1,
972975
zone: 2,
973-
anti_legio_pump: 3,
976+
legiopump: 3,
974977
not_connected: 4,
975-
active_cool_period: 5,
978+
cool: 5,
976979
}
977980

978981
enum Values_offmode {

0 commit comments

Comments
 (0)