[opensprinkler] fix nextDuration UoM transformation (#8727)

Fixes #8541 

Signed-off-by: Holger Eisold <kugelsicha@gmail.com>
This commit is contained in:
HoLLe
2020-10-14 19:08:57 +02:00
committed by GitHub
parent b9beaad5cd
commit 5e2c5345eb
2 changed files with 4 additions and 4 deletions

View File

@@ -120,6 +120,6 @@
<item-type>Number:Time</item-type>
<label>Next Open Duration</label>
<description>The duration the station will be opened the next time it is switched on.</description>
<state readOnly="false" pattern="%.0f s"/>
<state readOnly="false" pattern="%.0f min"/>
</channel-type>
</thing:thing-descriptions>