1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-14 23:43:43 -04:00

KiwiSDR: implemented report in REST API

This commit is contained in:
f4exb
2019-06-09 00:56:31 +02:00
parent 8ea5606034
commit dc15668469
15 changed files with 284 additions and 3 deletions
@@ -21,3 +21,10 @@ KiwiSDRSettings:
type: integer
reverseAPIDeviceIndex:
type: integer
KiwiSDRReport:
description: KiwiSDR
properties:
status:
description: 0 for Idle, 1 for Connecting, 2 for Connected, 3 for Error, 4 for Disconnected
type: integer