1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-28 15:56:33 -04:00

Web API: updated examples documentation

This commit is contained in:
f4exb 2017-12-16 10:14:45 +01:00
parent acc3a84190
commit 3169083013

View File

@ -1,5 +1,7 @@
## Examples of client scripts ##
These are all Python scripts using python-requests so you have to install this package as a prerequiste either with your package manager or pip. They are designed for Python 2.7 but may work with Python 3 possibly with minimal changes.
<h2>add_channel.py</h2>
Adds a channel to a device set specifying device set index and channel type.