Skip to content

Commit 829f878

Browse files
committed
Add ping1dtsr to generate-markdown.py
1 parent 01e4ceb commit 829f878

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/definitions/ping1dtsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@
429429
]
430430
},
431431
"profile": {
432-
"id": 1500,
432+
"id": 1300,
433433
"description": "A profile produced from a single acoustic measurement. The data returned is an array of response strength at even intervals across the scan region. The scan region is defined as the region between <scan_start> and <scan_start + scan_length> millimeters away from the transducer. A distance measurement to the target is also provided.",
434434
"payload": [
435435
{

src/generate-markdown.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
definitions = [ "common",
2525
"ping1d",
2626
"ping360",
27-
"omniscan450"]
27+
"omniscan450",
28+
"ping1dtsr"]
2829

2930
for definition in definitions:
3031
definitionFile = "%s/%s.json" % (definitionPath, definition)

0 commit comments

Comments
 (0)