Skip to content

Commit

Permalink
Tesla : fix Item Type of charge rate channel (openhab#1891)
Browse files Browse the repository at this point in the history
Signed-off-by: Karel Goderis <[email protected]>
  • Loading branch information
kgoderis authored and kaikreuzer committed Feb 15, 2017
1 parent 89aca4c commit 0cdcae8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@
<state pattern="%d km|miles" readOnly="true"></state>
</channel-type>
<channel-type id="chargerate" advanced="true">
<item-type>String</item-type>
<item-type>Number</item-type>
<label>Charge Rate</label>
<description>Not documented / To be defined (-1 if not charging)</description>
<state readOnly="true"></state>
Expand Down

0 comments on commit 0cdcae8

Please sign in to comment.