Skip to content

Commit

Permalink
[deconz] Prevent exception when formatting value (openhab#10486)
Browse files Browse the repository at this point in the history
- Prevent exception when formatting value

Fixes openhab#10295 

Signed-off-by: Christoph Weitkamp <[email protected]>
  • Loading branch information
cweitkamp authored and thinkingstone committed Nov 7, 2021
1 parent c00d018 commit 30c71bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@
<item-type>Number:Dimensionless</item-type>
<label>Valve position</label>
<description>Current valve position</description>
<state readOnly="true" pattern="%d %unit%"/>
<state readOnly="true" pattern="%.0f %unit%"/>
</channel-type>

</thing:thing-descriptions>

0 comments on commit 30c71bc

Please sign in to comment.