[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:
leoguiders 2021-02-18 14:07:31 +01:00 committed by GitHub
parent 0853aa7cea
commit 0082cd11ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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">