[mqtt.generic] Fix default values in switch/contact channels (#9760)
Signed-off-by: Jochen Klein <git@jochen.susca.de>
This commit is contained in:
parent
6bddad1066
commit
f2ed9841df
|
@ -83,13 +83,11 @@
|
||||||
<label>Custom On/Open Value</label>
|
<label>Custom On/Open Value</label>
|
||||||
<description>A number (like 1, 10) or a string (like "enabled") that is additionally recognised as on/open state. You
|
<description>A number (like 1, 10) or a string (like "enabled") that is additionally recognised as on/open state. You
|
||||||
can use this parameter for a second keyword, next to ON (OPEN respectively on a Contact).</description>
|
can use this parameter for a second keyword, next to ON (OPEN respectively on a Contact).</description>
|
||||||
<default>1</default>
|
|
||||||
</parameter>
|
</parameter>
|
||||||
<parameter name="off" type="text">
|
<parameter name="off" type="text">
|
||||||
<label>Custom Off/Closed Value</label>
|
<label>Custom Off/Closed Value</label>
|
||||||
<description>A number (like 0, -10) or a string (like "disabled") that is additionally recognised as off/closed
|
<description>A number (like 0, -10) or a string (like "disabled") that is additionally recognised as off/closed
|
||||||
state. You can use this parameter for a second keyword, next to OFF (CLOSED respectively on a Contact).</description>
|
state. You can use this parameter for a second keyword, next to OFF (CLOSED respectively on a Contact).</description>
|
||||||
<default>0</default>
|
|
||||||
</parameter>
|
</parameter>
|
||||||
</config-description>
|
</config-description>
|
||||||
</config-description:config-descriptions>
|
</config-description:config-descriptions>
|
||||||
|
|
Loading…
Reference in New Issue