mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-25 14:55:55 +01:00
[modbus.sunspec] Handle floating point numbers for voltage types (#10175)
Signed-off-by: Jan Philipp Giel <mail@philsown.de>
This commit is contained in:
parent
5c3c1db52e
commit
caa445a22b
@ -7,12 +7,12 @@
|
||||
<channel-type id="ac-average-voltage-to-n-type">
|
||||
<item-type>Number:ElectricPotential</item-type>
|
||||
<label>Average Line To Neutral AC Voltage</label>
|
||||
<state readOnly="true" pattern="%d %unit%"/>
|
||||
<state readOnly="true" pattern="%.0f %unit%"/>
|
||||
</channel-type>
|
||||
<channel-type id="ac-average-voltage-to-next-type">
|
||||
<item-type>Number:ElectricPotential</item-type>
|
||||
<label>Average Line To Line AC Voltage</label>
|
||||
<state readOnly="true" pattern="%d %unit%"/>
|
||||
<state readOnly="true" pattern="%.0f %unit%"/>
|
||||
</channel-type>
|
||||
<channel-type id="ac-total-real-power-type">
|
||||
<item-type>Number:Power</item-type>
|
||||
|
Loading…
Reference in New Issue
Block a user