Skip to content

Commit

Permalink
Changed minimum Z-Way polling interval to 1 second. (openhab#11122)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryz <mirco.heitmann@gmail.com>
  • Loading branch information
Ryz3D committed Aug 22, 2021
1 parent 19883fd commit 344bebc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 344bebc

Please sign in to comment.