[milight] Fix minimum value for parameter repeat (#11367)

Signed-off-by: Patrick Fink <mail@pfink.de>
This commit is contained in:
Patrick Fink 2021-10-16 18:49:45 +02:00 committed by GitHub
parent a253250427
commit 31668b3891
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
<description>You either need an IP/Hostname or the Bridge ID.</description>
<context>network-address</context>
</parameter>
<parameter name="repeat" type="integer" required="false" min="0" max="5">
<parameter name="repeat" type="integer" required="false" min="1" max="5">
<label>Repeat Commands</label>
<description>Usually the bridge receives all commands albeit UDP is used. But the actual bulbs might be slightly out
of bridge radio range and it sometimes helps to send commands multiple times.

View File

@ -34,7 +34,7 @@
<context>password</context>
<default>0</default>
</parameter>
<parameter name="repeat" type="integer" required="false" min="0" max="5">
<parameter name="repeat" type="integer" required="false" min="1" max="5">
<label>Repeat Commands</label>
<description>Usually the bridge receives all commands albeit UDP is used. But the actual bulbs might be slightly out
of bridge radio range and it sometimes helps to send commands multiple times.