Skip to content

Commit ff54c53

Browse files
committed
stash probably droppable message from PR #411
1 parent a2aad89 commit ff54c53

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/vaillant/bai.emm_inc.tsp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ namespace Bai.Emm_inc {
3232
value: yesno;
3333
}
3434

35+
/** desired room temperature in holiday for zone 1 */
36+
@inherit(r_1)
37+
@ext(0xf6, 0)
38+
model Z1HolidayTempStatus { // todo this can be dropped if Z1HolidayTemp works as well
39+
value: tempv;
40+
}
41+
3542
/** date */
3643
@inherit(r_1, w_1)
3744
@ext(0x34, 0)

0 commit comments

Comments
 (0)