Skip to content

Commit

Permalink
Remove upper bound in pingInterval
Browse files Browse the repository at this point in the history
  • Loading branch information
seime committed Jul 21, 2024
1 parent 1c89ee3 commit e4adc6a
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 @@ -43,7 +43,7 @@
device configuration yaml</description>
</parameter>

<parameter name="pingInterval" type="integer" min="1" max="600" required="false">
<parameter name="pingInterval" type="integer" min="1" required="false">
<label>Ping interval in seconds</label>
<default>10</default>
<description>Seconds between sending ping requests to device to check if alive</description>
Expand Down

0 comments on commit e4adc6a

Please sign in to comment.