mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
Provide unit hints for RSSI channel types (#17826)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
This commit is contained in:
parent
c991856e0e
commit
22e88bceca
@ -4,7 +4,7 @@
|
||||
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
|
||||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd">
|
||||
<channel-type id="type-rssi">
|
||||
<item-type>Number:Power</item-type>
|
||||
<item-type unitHint="dBm">Number:Power</item-type>
|
||||
<label>Received Signal Strength Indicator</label>
|
||||
<category>QualityOfService</category>
|
||||
<state pattern="%d %unit%" readOnly="true">
|
||||
|
@ -296,7 +296,7 @@
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="wifi-rssi" advanced="true">
|
||||
<item-type>Number:Power</item-type>
|
||||
<item-type unitHint="dBm">Number:Power</item-type>
|
||||
<label>Wi-Fi Signal Strength</label>
|
||||
<description>Received signal strength indicator for Wi-Fi</description>
|
||||
<category>QualityOfService</category>
|
||||
|
@ -27,7 +27,7 @@
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="rssi">
|
||||
<item-type>Number:Power</item-type>
|
||||
<item-type unitHint="dBm">Number:Power</item-type>
|
||||
<label>RSSI</label>
|
||||
<description>Received signal strength indicator</description>
|
||||
<category>QualityOfService</category>
|
||||
|
@ -67,7 +67,7 @@
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="rssi" advanced="true">
|
||||
<item-type>Number:Power</item-type>
|
||||
<item-type unitHint="dBm">Number:Power</item-type>
|
||||
<label>RSSI</label>
|
||||
<description>Received Signal Strength Indicator</description>
|
||||
<category>QualityOfService</category>
|
||||
|
@ -507,7 +507,7 @@
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="rssi" advanced="true">
|
||||
<item-type>Number:Power</item-type>
|
||||
<item-type unitHint="dBm">Number:Power</item-type>
|
||||
<label>Signal</label>
|
||||
<description>Signal strength indicator.</description>
|
||||
<category>QualityOfService</category>
|
||||
|
@ -51,7 +51,7 @@
|
||||
|
||||
<!-- Misc Channel types -->
|
||||
<channel-type id="rssi" advanced="true">
|
||||
<item-type>Number:Power</item-type>
|
||||
<item-type unitHint="dBm">Number:Power</item-type>
|
||||
<label>Signal</label>
|
||||
<description>Wi-Fi signal strength indicator.</description>
|
||||
<category>QualityOfService</category>
|
||||
|
@ -362,7 +362,7 @@
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="rssi">
|
||||
<item-type>Number:Power</item-type>
|
||||
<item-type unitHint="dBm">Number:Power</item-type>
|
||||
<label>Received Signal Strength Indicator</label>
|
||||
<description>Received Signal Strength Indicator (RSSI) of the wireless client</description>
|
||||
<category>QualityOfService</category>
|
||||
|
@ -251,7 +251,7 @@
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="rssi" advanced="true">
|
||||
<item-type>Number:Power</item-type>
|
||||
<item-type unitHint="dBm">Number:Power</item-type>
|
||||
<label>RSSI in dBm</label>
|
||||
<category>Number</category>
|
||||
<state readOnly="true"/>
|
||||
|
Loading…
Reference in New Issue
Block a user