Changed minimum Z-Way polling interval to 1 second. (#11122)
Signed-off-by: Ryz <mirco.heitmann@gmail.com>pull/11145/head
parent
300ed046a8
commit
bf94b06d0b
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue