]> git.basschouten.com Git - openhab-addons.git/commitdiff
Changed minimum Z-Way polling interval to 1 second. (#11122)
authorRyz <mirco.heitmann@gmail.com>
Sun, 22 Aug 2021 09:57:25 +0000 (11:57 +0200)
committerGitHub <noreply@github.com>
Sun, 22 Aug 2021 09:57:25 +0000 (11:57 +0200)
Signed-off-by: Ryz <mirco.heitmann@gmail.com>
bundles/org.openhab.binding.zway/src/main/resources/OH-INF/config/bridge-config.xml

index 5783c96df3766dd26686fd585e9f4d6b82eaa939..2d283a840ebe0ee7e9f69b3345d5e5e013e5ad81 100644 (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>