Skip to content

Commit

Permalink
Merge pull request #998 from onkelandy/sdp
Browse files Browse the repository at this point in the history
sdp plugins: rename sendretry_cycle parameter to send_retries_cycle
  • Loading branch information
onkelandy authored Feb 1, 2025
2 parents 514f733 + 0687ae9 commit 1c70330
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lms/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ parameters:
a command the command is resent as long as this
value is more than 0.
sendretry_cycle:
send_retries_cycle:
type: num
valid_min: 1
default: 1
Expand Down
2 changes: 1 addition & 1 deletion oppo/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ parameters:
a command the command is resent as long as this
value is more than 0.
sendretry_cycle:
send_retries_cycle:
type: num
valid_min: 1
default: 1
Expand Down
2 changes: 1 addition & 1 deletion pioneer/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ parameters:
a command the command is resent as long as this
value is more than 0.
sendretry_cycle:
send_retries_cycle:
type: num
valid_min: 1
default: 1
Expand Down

0 comments on commit 1c70330

Please sign in to comment.