We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3c5e27 commit d5d4eceCopy full SHA for d5d4ece
src/vaillant/08.hmu.HW5103.tsp
@@ -170,6 +170,7 @@ namespace Hmu_HW5103 {
170
/** current compressor utilization */
171
@inherit(r_2)
172
@ext(0x25)
173
+ @Ebus.example("52%", "3108b51a0405ff3225", "0aff08384d030000000000")
174
model CurrentCompressorUtil {
175
value: percent;
176
}
src/vaillant/08.hmu.tsp
@@ -188,9 +188,9 @@ namespace Hmu {
188
189
190
191
+ @Ebus.example("22%", "3108b51a0405ff3225", "0aff083867010000000000")
192
- @unit("%")
193
- value: D1B;
+ value: percent;
194
195
196
/** air intake temperature */
0 commit comments