Skip to content

Commit f117339

Browse files
ES-Alexanderpatrickelectric
authored andcommitted
src: definitions: ping360: update for protocol v1.1.0
New auto-transmit messages
1 parent dcedad1 commit f117339

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/definitions/ping360.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
},
7878
"auto_device_data": {
7979
"id": 2301,
80-
"description": "**[NOT RELEASED]** Extended version of `device_data` with `auto_transmit` information. The sensor emits this message when in `auto_transmit` mode.",
80+
"description": "**NEW (v1.1.0)** Extended version of `device_data` with `auto_transmit` information. The sensor emits this message when in `auto_transmit` mode.",
8181
"payload": [
8282
{
8383
"name": "mode",
@@ -231,7 +231,7 @@
231231
},
232232
"auto_transmit": {
233233
"id": 2602,
234-
"description": "**[NOT RELEASED]** Extended `transducer` message with auto-scan function. The sonar will automatically scan the region between `start_angle` and `end_angle` and send `auto_device_data` messages as soon as new data is available. Send a line break to stop scanning (and also begin the autobaudrate procedure). Alternatively, a `motor_off` message may be sent (but retries might be necessary on the half-duplex RS485 interface).",
234+
"description": "**NEW (v1.1.0)** Extended `transducer` message with auto-scan function. The sonar will automatically scan the region between `start_angle` and `end_angle` and send `auto_device_data` messages as soon as new data is available. Send a line break to stop scanning (and also begin the autobaudrate procedure). Alternatively, a `motor_off` message may be sent (but retries might be necessary on the half-duplex RS485 interface).",
235235
"payload": [
236236
{
237237
"name": "mode",

0 commit comments

Comments
 (0)