mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
[modbus.sunspec] Fix decimal number handling for inverter channel types (#10195)
Signed-off-by: Jan Philipp Giel <mail@philsown.de>
This commit is contained in:
parent
0853aa7cea
commit
0082cd11ae
@ -20,14 +20,14 @@
|
||||
<item-type>Number:ElectricPotential</item-type>
|
||||
<label>AC Voltage</label>
|
||||
<description>This phase's AC voltage relative to the next phase</description>
|
||||
<state readOnly="true" pattern="%d %unit%"/>
|
||||
<state readOnly="true" pattern="%.1f %unit%"/>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="ac-voltage-to-n-type">
|
||||
<item-type>Number:ElectricPotential</item-type>
|
||||
<label>AC Voltage Phase To N Value</label>
|
||||
<description>This phase's AC voltage relative to N line</description>
|
||||
<state readOnly="true" pattern="%d %unit%"/>
|
||||
<state readOnly="true" pattern="%.1f %unit%"/>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="ac-power-type">
|
||||
|
Loading…
Reference in New Issue
Block a user