We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a71474f commit 261bcc3Copy full SHA for 261bcc3
1 file changed
src/vaillant/08.hmu.HW5103.tsp
@@ -1,13 +1,15 @@
1
import "@ebusd/ebus-typespec";
2
import "./_templates.tsp";
3
+import "./hcmode_inc.tsp";
4
+import "./errors_inc.tsp";
5
using Ebus;
6
using Ebus.Num;
7
using Ebus.Dtm;
8
using Ebus.Str;
9
namespace Vaillant;
10
11
// @zz(0x08)
-namespace Hmu.HW5103 {
12
+namespace Hmu_HW5103 {
13
/** default *r */
14
@base(MF, 0x11)
15
model r_1 {}
@@ -399,4 +401,10 @@ namespace Hmu.HW5103 {
399
401
@divisor(1000)
400
402
value: EXP;
403
}
404
+
405
+ /** included parts */
406
+ union _includes {
407
+ Hcmode_inc,
408
+ Errors_inc,
409
+ }
410
0 commit comments