mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-25 14:55:55 +01:00
[haywardomnilogic] Fix chlorinator units. Continuation of PR#15478 (#16733)
* Fixed units on chlorinator timed percent state description pattern Signed-off-by: Matt Myers <mmyers75@icloud.com> Signed-off-by: Ciprian Pascu <contact@ciprianpascu.ro>
This commit is contained in:
parent
9af295c0de
commit
fe531787ec
@ -48,7 +48,7 @@
|
||||
<channel-type id="timedPercent">
|
||||
<item-type>Number:Dimensionless</item-type>
|
||||
<label>Salt Output (%)</label>
|
||||
<state min="0" max="100" step="1.0" pattern="%d %" readOnly="false"/>
|
||||
<state min="0" max="100" step="1.0" pattern="%d %%" readOnly="false"/>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="scMode">
|
||||
|
Loading…
Reference in New Issue
Block a user