Skip to content

Commit d5d4ece

Browse files
committed
fix CurrentCompressorUtil as of discussion in #481 and add examples
1 parent b3c5e27 commit d5d4ece

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/vaillant/08.hmu.HW5103.tsp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ namespace Hmu_HW5103 {
170170
/** current compressor utilization */
171171
@inherit(r_2)
172172
@ext(0x25)
173+
@Ebus.example("52%", "3108b51a0405ff3225", "0aff08384d030000000000")
173174
model CurrentCompressorUtil {
174175
value: percent;
175176
}

src/vaillant/08.hmu.tsp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,9 @@ namespace Hmu {
188188
/** current compressor utilization */
189189
@inherit(r_2)
190190
@ext(0x25)
191+
@Ebus.example("22%", "3108b51a0405ff3225", "0aff083867010000000000")
191192
model CurrentCompressorUtil {
192-
@unit("%")
193-
value: D1B;
193+
value: percent;
194194
}
195195

196196
/** air intake temperature */

0 commit comments

Comments
 (0)