Removed deprecated close_comm_on_error from snippets (#29174)

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
This commit is contained in:
Torben Erler 2023-10-05 08:20:56 +02:00 committed by GitHub
parent e54227663a
commit e79f93d93c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 5 deletions

View File

@ -115,7 +115,6 @@ modbus:
host: IP_ADDRESS host: IP_ADDRESS
port: 502 port: 502
close_comm_on_error: true
delay: 0 delay: 0
message_wait_milliseconds: 30 message_wait_milliseconds: 30
retries: 3 retries: 3
@ -163,7 +162,6 @@ modbus:
host: IP_ADDRESS host: IP_ADDRESS
port: 502 port: 502
close_comm_on_error: true
delay: 0 delay: 0
message_wait_milliseconds: 30 message_wait_milliseconds: 30
retries: 3 retries: 3
@ -207,7 +205,6 @@ modbus:
host: IP_ADDRESS host: IP_ADDRESS
port: 502 port: 502
close_comm_on_error: true
delay: 0 delay: 0
message_wait_milliseconds: 30 message_wait_milliseconds: 30
retries: 3 retries: 3
@ -303,7 +300,6 @@ modbus:
parity: E parity: E
stopbits: 1 stopbits: 1
close_comm_on_error: true
delay: 0 delay: 0
message_wait_milliseconds: 30 message_wait_milliseconds: 30
retries: 3 retries: 3