Changed minimum Z-Way polling interval to 1 second. (#11122)

Signed-off-by: Ryz <mirco.heitmann@gmail.com>
This commit is contained in:
Ryz 2021-08-22 11:57:25 +02:00 committed by GitHub
parent 300ed046a8
commit bf94b06d0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@
<description>Password to access the Z-Way server.</description>
</parameter>
<parameter name="pollingInterval" groupName="binding" type="integer" required="false" min="60" max="3600"
<parameter name="pollingInterval" groupName="binding" type="integer" required="false" min="1" max="3600"
unit="s">
<label>Polling Interval</label>
<description>Refresh device states and registration from Z-Way server.</description>