From 2ebd283df9511ebd63518a1e18f73ce06855415a Mon Sep 17 00:00:00 2001 From: ES-Alexander Date: Thu, 14 Dec 2023 11:05:47 +1100 Subject: [PATCH] src: definitions: ping360: update for protocol `v1.1.0` New auto-transmit messages --- src/definitions/ping360.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/definitions/ping360.json b/src/definitions/ping360.json index d1f6bf77..a2038d07 100644 --- a/src/definitions/ping360.json +++ b/src/definitions/ping360.json @@ -77,7 +77,7 @@ }, "auto_device_data": { "id": 2301, - "description": "**[NOT RELEASED]** Extended version of `device_data` with `auto_transmit` information. The sensor emits this message when in `auto_transmit` mode.", + "description": "**NEW (v1.1.0)** Extended version of `device_data` with `auto_transmit` information. The sensor emits this message when in `auto_transmit` mode.", "payload": [ { "name": "mode", @@ -231,7 +231,7 @@ }, "auto_transmit": { "id": 2602, - "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).", + "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).", "payload": [ { "name": "mode",