Skip to content

Commit

Permalink
Temperature and Humidity icon not displayed and formatting exception …
Browse files Browse the repository at this point in the history
…in log (openhab#1362)
  • Loading branch information
harryzz authored and kaikreuzer committed Oct 28, 2016
1 parent bebee63 commit 1143f5c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,15 @@
<channel-type id="temperature">
<item-type>Number</item-type>
<label>Temperature</label>
<category>Temperature</category>
<description>Current temperature in degree Celsius</description>
<state pattern="%d °C" readOnly="true"></state>
<state pattern="%.1f °C" readOnly="true"></state>
</channel-type>

<channel-type id="humidity">
<item-type>Number</item-type>
<label>Humidity</label>
<category>Humidity</category>
<description>Relative humidity level in percentages</description>
<state min="0" max="100" step="1" pattern="%d %%" readOnly="true"></state>
</channel-type>
Expand Down

0 comments on commit 1143f5c

Please sign in to comment.