File tree Expand file tree Collapse file tree 1 file changed +3
-16
lines changed
Expand file tree Collapse file tree 1 file changed +3
-16
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments