[fineoffsetweatherstation] Fix QuantityType for rain-rate (#14039)
A community member realized, that the used unit for rain-rate was wrong (https://community.openhab.org/t/fine-offset-weather-station-binding-discussion/134167/153) Rain rate is measured in mm/h and so it is not a `VolumetricFlowRate` but a `Speed`. Additionally, I added some details to the doc. Signed-off-by: Andreas Berger <andreas@berger-freelancer.com>
This commit is contained in:
@@ -108,7 +108,7 @@
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="rain-rate">
|
||||
<item-type>Number:VolumetricFlowRate</item-type>
|
||||
<item-type>Number:Speed</item-type>
|
||||
<label>Rain Rate</label>
|
||||
<category>Rain</category>
|
||||
<tags>
|
||||
|
||||
Reference in New Issue
Block a user