Skip to content

Commit 5598d56

Browse files
committed
add field comments, spelling
1 parent 1d81252 commit 5598d56

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

src/vaillant/08.recov.tsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ namespace Recov {
117117
@ext(0x1d, 0xe)
118118
model ReducedVolumeFlow is Register<percent>;
119119

120-
/** Intenstive ventilation to NL */
120+
/** Intensive ventilation to NL */
121121
@ext(0x1e, 0xe)
122122
model IntensiveVolumeFlow is Register<percent>;
123123

src/vaillant/hcmode_inc.tsp

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,22 +72,42 @@ namespace Hcmode_inc {
7272
@inherit(r_1)
7373
@ext(1)
7474
model Status01 {
75+
/** flow temperature */
7576
temp: temp1;
77+
78+
/** return temperature */
7679
temp_1: temp1;
80+
81+
/** outside temperature */
7782
temp_2: temp2;
83+
84+
/** hot water temperature */
7885
temp_3: temp1;
86+
87+
/** storage temperature */
7988
temp_4: temp1;
89+
90+
/** pump status */
8091
pumpstate: pumpstate;
8192
}
8293

8394
/** Betriebsart/Maximaltemperatur/ReglerCurrentTemp/Maximaltemperatur/ReglerCurrentTemp */
8495
@inherit(r_1)
8596
@ext(0x2)
8697
model Status02 {
98+
/** hot water mode */
8799
hwcmode: hwcmode;
100+
101+
/** max temperature */
88102
temp: temp0;
103+
104+
/** current temperature */
89105
temp_1: temp1;
106+
107+
/** max temperature */
90108
temp_2: temp0;
109+
110+
/** current temperature */
91111
temp_3: temp1;
92112
}
93113

0 commit comments

Comments
 (0)