File tree 4 files changed +6
-6
lines changed
org.openhab.binding.comfoair/src/main/resources/OH-INF/thing
org.openhab.binding.danfossairunit/src/main/resources/OH-INF/thing
org.openhab.binding.haywardomnilogic/src/main/resources/OH-INF/thing
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 557
557
</channel-type >
558
558
559
559
<channel-type id =" fan_in_RPM" advanced =" true" >
560
- <item-type >Number:Frequency</item-type >
560
+ <item-type unitHint = " rpm " >Number:Frequency</item-type >
561
561
<label >Fan In (rpm)</label >
562
562
<description >Current rotational speed of incoming fan</description >
563
563
<category >Number</category >
564
564
<state readOnly =" true" pattern =" %.0f rpm" />
565
565
</channel-type >
566
566
567
567
<channel-type id =" fan_out_RPM" advanced =" true" >
568
- <item-type >Number:Frequency</item-type >
568
+ <item-type unitHint = " rpm " >Number:Frequency</item-type >
569
569
<label >Fan Out (rpm)</label >
570
570
<description >Current rotational speed of outgoing fan</description >
571
571
<category >Number</category >
Original file line number Diff line number Diff line change 159
159
<state step =" 10" min =" 0" max =" 100" />
160
160
</channel-type >
161
161
<channel-type id =" supplyFanSpeed" >
162
- <item-type >Number:Frequency</item-type >
162
+ <item-type unitHint = " rpm " >Number:Frequency</item-type >
163
163
<label >Supply Fan Speed</label >
164
164
<description >Current rotation of the fan supplying air to the rooms</description >
165
165
<category >Fan</category >
166
166
<state pattern =" %.0f rpm" readOnly =" true" min =" 0" />
167
167
</channel-type >
168
168
<channel-type id =" extractFanSpeed" >
169
- <item-type >Number:Frequency</item-type >
169
+ <item-type unitHint = " rpm " >Number:Frequency</item-type >
170
170
<label >Extract Fan Speed</label >
171
171
<description >Current rotation of the fan extracting air from the rooms</description >
172
172
<category >Fan</category >
Original file line number Diff line number Diff line change 61
61
</channel-type >
62
62
63
63
<channel-type id =" filterSpeedRpm" >
64
- <item-type >Number:Frequency</item-type >
64
+ <item-type unitHint = " rpm " >Number:Frequency</item-type >
65
65
<label >Filter Speed</label >
66
66
<description >Filter speed in rpm</description >
67
67
<state min =" 0" max =" 3600" step =" 200" pattern =" %d rpm" readOnly =" false" />
Original file line number Diff line number Diff line change 46
46
</channel-type >
47
47
48
48
<channel-type id =" pumpSpeedRpm" >
49
- <item-type >Number:Frequency</item-type >
49
+ <item-type unitHint = " rpm " >Number:Frequency</item-type >
50
50
<label >Pump Speed</label >
51
51
<description >Pump speed in rpm</description >
52
52
<state min =" 0" max =" 3600" step =" 200" pattern =" %d rpm" readOnly =" false" />
You can’t perform that action at this time.
0 commit comments