Skip to content

Commit 3c5a2d8

Browse files
committed
remove duplication
1 parent d4bc1c8 commit 3c5a2d8

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

src/vaillant/08.hmu.tsp

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,6 @@ namespace Hmu {
790790
@auth("service")
791791
@base(MF, 0x14, 0x5)
792792
model ws_1 {
793-
@out
794793
@maxLength(3)
795794
@constValue("03FFFF")
796795
ignore: HEX;
@@ -1224,14 +1223,6 @@ namespace Hmu {
12241223
value: SIN;
12251224
}
12261225

1227-
/** default *rs for user level "service" */
1228-
@auth("service")
1229-
@base(MF, 0x14, 0x5)
1230-
model rs_1 {
1231-
@maxLength(2)
1232-
ign: IGN;
1233-
}
1234-
12351226
/** default *ws for user level "service" */
12361227
@write
12371228
@auth("service")
@@ -1252,7 +1243,7 @@ namespace Hmu {
12521243
}
12531244

12541245
/** EEV temperature */
1255-
@inherit(rs_1)
1246+
@inherit(rs)
12561247
@ext(0x3b, 0, 0, 0)
12571248
model TestEEVTemp {
12581249
@maxLength(2)
@@ -1609,12 +1600,8 @@ namespace Hmu {
16091600
value: tempv;
16101601
}
16111602

1612-
/** default *r */
1613-
@base(MF, 0x11)
1614-
model r_8 {}
1615-
16161603
/** compressor runtime in min and starts in Hc mode */
1617-
@inherit(r_8)
1604+
@inherit(r_1)
16181605
@ext(0x18, 1)
16191606
model RunStatsCompressorHc {
16201607
@maxLength(1) ign: IGN;
@@ -1623,7 +1610,7 @@ namespace Hmu {
16231610
}
16241611

16251612
/** compressor runtime in min and starts in Hwc mode */
1626-
@inherit(r_8)
1613+
@inherit(r_1)
16271614
@ext(0x18, 0x2)
16281615
model RunStatsCompressorHwc {
16291616
@maxLength(1) ign: IGN;

0 commit comments

Comments
 (0)