Updated Reverse API (markdown)

master
f4exb 2018-12-28 11:50:52 +01:00
rodzic 04d5e34150
commit f8ef4d5e1c
1 zmienionych plików z 1 dodań i 1 usunięć

@ -1,6 +1,6 @@
# Introduction
This feature has been added to be able to forward channel and device settings changes to an external application using the same REST API interface as the one used to communicate settings changes to SDRangel. These AP endpoints are used:
This feature has been added in version v4.3.2 to be able to forward channel and device settings changes to an external application using the same REST API interface as the one used to communicate settings changes to SDRangel. These AP endpoints are used:
* `/sdrangel/deviceset/{deviceSetIndex}/device/settings` with `PATCH` method to transmit device settings. The `deviceSetIndex` variable is the targeted device set index (unsigned integer)
* `/sdrangel/deviceset/{deviceSetIndex}/channel/{channelIndex}/settings` with `PATCH` method to transmit channel settings. The `deviceSetIndex` variable is the targeted device set index (unsigned integer) and the `channelIndex` variable is the channel sequence number (unsigned integer).
* `/sdrangel/deviceset/{deviceSetIndex}/device/run` with `POST` method to transmit start device action. The `deviceSetIndex` variable is the targeted device set index (unsigned integer)