Skip to content

Commit 1755c15

Browse files
committed
better comments for reworked timers
1 parent 1789377 commit 1755c15

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/vaillant/15.ctlv2.tsp

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1460,10 +1460,10 @@ namespace Ctlv2 {
14601460
value: HEX;
14611461
}
14621462

1463-
/** timer Anzahl */
1463+
/** timer count hot water */
14641464
@id(MF, 0x55, 0xa4, 0, 0x2)
14651465
model HwcTimer_Timeframes {
1466-
/** Amount of configured slots per weekday */
1466+
/** Number of configured slots per weekday */
14671467
value: slotCountWeek;
14681468
}
14691469

@@ -1681,10 +1681,10 @@ namespace Ctlv2 {
16811681
value: HEX;
16821682
}
16831683

1684-
/** timer Anzahl */
1684+
/** timer count circulation */
16851685
@id(MF, 0x55, 0xa4, 0, 0x3)
16861686
model CcTimer_Timeframes {
1687-
/** Amount of configured slots per weekday */
1687+
/** Number of configured slots per weekday */
16881688
value: slotCountWeek;
16891689
}
16901690

@@ -1902,10 +1902,10 @@ namespace Ctlv2 {
19021902
value: HEX;
19031903
}
19041904

1905-
/** timer Anzahl */
1905+
/** timer count zone 1 */
19061906
@id(MF, 0x55, 0xa4, 0, 0)
19071907
model Z1Timer_Timeframes {
1908-
/** Amount of configured slots per weekday */
1908+
/** Number of configured slots per weekday */
19091909
value: slotCountWeek;
19101910
}
19111911

@@ -2123,10 +2123,10 @@ namespace Ctlv2 {
21232123
value: HEX;
21242124
}
21252125

2126-
/** timer Anzahl */
2126+
/** timer count zone 2 */
21272127
@id(MF, 0x55, 0xa4, 1, 0)
21282128
model Z2Timer_Timeframes {
2129-
/** Amount of configured slots per weekday */
2129+
/** Number of configured slots per weekday */
21302130
value: slotCountWeek;
21312131
}
21322132

@@ -2344,10 +2344,10 @@ namespace Ctlv2 {
23442344
value: HEX;
23452345
}
23462346

2347-
/** timer Anzahl */
2347+
/** timer count zone 3 */
23482348
@id(MF, 0x55, 0xa4, 0x2, 0)
23492349
model Z3Timer_Timeframes {
2350-
/** Amount of configured slots per weekday */
2350+
/** Number of configured slots per weekday */
23512351
value: slotCountWeek;
23522352
}
23532353

0 commit comments

Comments
 (0)