Skip to content

Commit 6d2c11f

Browse files
committed
Additional update_file_list params
Enables testing the Radio-boolean fields with other options. Signed-off-by: Josh Roppo <josh@kubos.co>
1 parent be88422 commit 6d2c11f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

satellite/example_commands.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@
4444
"description": "Downlinks the latest file list from the spacecraft.",
4545
"tags": ["files", "operations"],
4646
"fields": [
47+
{"name": "sort_by", "type": "string", "range": ["none", "size", "time", "type"], "default": "none"},
48+
{"name": "filter_regex", "type": "string", "default": ""},
49+
{"name": "exclude_regex", "type": "string", "default": ""},
4750
{"name": "show_hidden", "type": "boolean", "default": false }
4851
]
4952
},

0 commit comments

Comments
 (0)