mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
[bluetooth.ruuvitag] Corrected movement counter channel description (#12352)
* [bluetooth.ruuvitag] Corrected movement counter channel description Signed-off-by: Sami Salonen <ssalonen@gmail.com>
This commit is contained in:
parent
923fb12b7d
commit
579bc70f6e
@ -17,7 +17,7 @@ channel-type.bluetooth.ruuvitag_batteryVoltage.label = Battery Voltage
|
||||
channel-type.bluetooth.ruuvitag_dataFormat.label = Data Format Version
|
||||
channel-type.bluetooth.ruuvitag_humidity.label = Humidity
|
||||
channel-type.bluetooth.ruuvitag_measurementSequenceNumber.label = Measurement Sequence Number
|
||||
channel-type.bluetooth.ruuvitag_movementCounter.label = Measurement Counter
|
||||
channel-type.bluetooth.ruuvitag_movementCounter.label = Movement Counter
|
||||
channel-type.bluetooth.ruuvitag_pressure.label = Pressure
|
||||
channel-type.bluetooth.ruuvitag_temperature.label = Temperature
|
||||
channel-type.bluetooth.ruuvitag_txPower.label = TX Power
|
||||
|
@ -75,7 +75,7 @@
|
||||
</channel-type>
|
||||
<channel-type id="ruuvitag_movementCounter" advanced="true">
|
||||
<item-type>Number:Dimensionless</item-type>
|
||||
<label>Measurement Counter</label>
|
||||
<label>Movement Counter</label>
|
||||
<state readOnly="true" pattern="%.0f %unit%"/>
|
||||
</channel-type>
|
||||
<channel-type id="ruuvitag_pressure">
|
||||
|
Loading…
Reference in New Issue
Block a user