Skip to content

Commit

Permalink
definitions: ping360: fix incorrect description
Browse files Browse the repository at this point in the history
  • Loading branch information
ES-Alexander committed Mar 7, 2022
1 parent c1d0363 commit be52dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/definitions/ping360.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
},
"transducer": {
"id": 2601,
"description": "The transducer will apply the commanded settings. The sonar will reply with a `ping360_data` message. If the `transmit` field is 0, the sonar will not transmit after locating the transducer, and the `data` field in the `ping360_data` message reply will be empty. If the `transmit` field is 1, the sonar will make an acoustic transmission after locating the transducer, and the resulting data will be uploaded in the `data` field of the `ping360_data` message reply. To allow for the worst case response time the command timeout should be set to 4000 msec.",
"description": "The transducer will apply the commanded settings. The sonar will reply with a `device_data` message. If the `transmit` field is 0, the sonar will not transmit after locating the transducer, and the `data` field in the `device_data` message reply will be empty. If the `transmit` field is 1, the sonar will make an acoustic transmission after locating the transducer, and the resulting data will be uploaded in the `data` field of the `device_data` message reply. To allow for the worst case response time the command timeout should be set to 4000 msec.",
"payload": [
{
"name": "mode",
Expand Down

0 comments on commit be52dd6

Please sign in to comment.