Skip to content

Commit 261bcc3

Browse files
committed
add errors+hcmod
1 parent a71474f commit 261bcc3

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

src/vaillant/08.hmu.HW5103.tsp

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
import "@ebusd/ebus-typespec";
22
import "./_templates.tsp";
3+
import "./hcmode_inc.tsp";
4+
import "./errors_inc.tsp";
35
using Ebus;
46
using Ebus.Num;
57
using Ebus.Dtm;
68
using Ebus.Str;
79
namespace Vaillant;
810

911
// @zz(0x08)
10-
namespace Hmu.HW5103 {
12+
namespace Hmu_HW5103 {
1113
/** default *r */
1214
@base(MF, 0x11)
1315
model r_1 {}
@@ -399,4 +401,10 @@ namespace Hmu.HW5103 {
399401
@divisor(1000)
400402
value: EXP;
401403
}
404+
405+
/** included parts */
406+
union _includes {
407+
Hcmode_inc,
408+
Errors_inc,
409+
}
402410
}

0 commit comments

Comments
 (0)