File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 )
298298scalar 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 )
302308scalar phase1 extends BI0 ;
@@ -488,12 +494,10 @@ scalar zmapping2 extends UIN;
488494scalar hcname extends STR ;
489495
490496/** zone name */
491- @ minLength (0 )
492497@ maxLength (5 )
493498scalar zname extends STR ;
494499
495500/** name */
496- @ minLength (0 )
497501@ maxLength (6 )
498502scalar shortname extends STR ;
499503
@@ -502,7 +506,6 @@ scalar shortname extends STR;
502506scalar phone extends STR ;
503507
504508/** phone number */
505- @ minLength (0 )
506509@ maxLength (6 )
507510scalar shortphone extends STR ;
508511
@@ -967,12 +970,12 @@ enum Values_mamode {
967970}
968971
969972enum 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
978981enum Values_offmode {
You can’t perform that action at this time.
0 commit comments