Boolean State - flexradio/smartsdr-api-docs GitHub Wiki
Many SmartSDR API command parameters that require a boolean state to indicate an on or off value will accept a number of different values. The table below lists common values that can be used for the on or off values.
Value | Meaning |
---|---|
0 | off |
- | off |
F | off |
off | off |
1 | on |
+ | on |
T | on |
on | on |