Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[solaredge] fix percent channel definition (openhab#7791)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Friese <af944580@googlemail.com>
alexf2015 authored and andrewfg committed Aug 31, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 74961cc commit 709c622
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -53,7 +53,7 @@
</state>
</channel-type>
<channel-type id="live-type-battery_level">
<item-type>Number:Percent</item-type>
<item-type>Number:Dimensionless</item-type>
<label>Battery Level</label>
<description>Current Charge Level</description>
<state pattern="%.0f %unit%" readOnly="true">
@@ -118,7 +118,7 @@
</state>
</channel-type>
<channel-type id="aggregate-type-selfConsumptionCoverage">
<item-type>Number:Percent</item-type>
<item-type>Number:Dimensionless</item-type>
<label>Self Consumption Coverage</label>
<description>Self Consumption Coverage</description>
<state pattern="%.0f %unit%" readOnly="true">

0 comments on commit 709c622

Please sign in to comment.