1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-03 06:24:48 -04:00

Updated changelogs and version

This commit is contained in:
f4exb
2019-10-09 08:15:11 +02:00
parent d6382fbbaa
commit 647ce8bc67
4 changed files with 34 additions and 2 deletions
+7 -1
View File
@@ -61,7 +61,13 @@ Important: you should initiate switch over by stopping the active device and not
Sends a sequence of commands recorded in a JSON file which is in the form of a list of commands.
Each command is a JSON document with the following keys:
Options are:
- `-h` or `--help` show help message and exit
- `-a` or `--address` address and port of SDRangel instance. Default is `127.0.0.1:8091`
- `-j` or `--json-file` JSON file containing description of API commands
Each command in the JSON file is a JSON document with the following keys:
- `endpoint`: URL suffix (API function) - mandatory
- `method`: HTTP method (GET, PATCH, POST, PUT, DELETE) - mandatory