Skip to content

Commit

Permalink
Remove max limit on maxPingTimeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
seime committed Jul 22, 2024
1 parent 96d278a commit 2b6721e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/OH-INF/thing/thing-types.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<description>Seconds between sending ping requests to device to check if alive</description>
<advanced>true</advanced>
</parameter>
<parameter name="maxPingTimeouts" type="integer" min="1" max="600" required="false">
<parameter name="maxPingTimeouts" type="integer" min="1" required="false">
<label>Number of missed ping requests before deeming device unresponsive</label>
<default>4</default>
<description>Ie if pingInterval=10 and this value is 4, the binding will wait a total of 10*4 = 40 seconds before
Expand Down

0 comments on commit 2b6721e

Please sign in to comment.