doco adding and removing sondes

pull/2/head
Michaela 2021-02-02 10:54:00 +10:00
rodzic 134a3ba7c4
commit c384b508b0
1 zmienionych plików z 8 dodań i 0 usunięć

Wyświetl plik

@ -7,6 +7,14 @@ If no `sondes` list is provided then all radiosondes will be streamed.
On message callback will contain a python dictonary using the [Universal Sonde Telemetry Format](https://github.com/projecthorus/radiosonde_auto_rx/wiki/Suggested-Universal-Sonde-Telemetry-Format)
```
sondehub.Stream().add_sonde(serial)
sondehub.Stream().remove_sonde(serial)
```
Adds or removes a radiosonde from the filter
Example Usage
--