mirror of
https://github.com/Hamlib/Hamlib
synced 2026-08-13 17:32:05 -04:00
Next step will be to implement this when rig is opened. This will turn Hamlib into a polling system in addition to polling -- caching will handle repeated requests This should mean basic functions of freq, mode, split, ptt (and others when implemented) will have almost immediate responses as only the cached values should be used. https://github.com/Hamlib/Hamlib/issues/695
16 lines
212 B
JSON
16 lines
212 B
JSON
"ID": "FT-991:/dev/ttyUSB0",
|
|
"Time": 2023-05-05T04:32:47.834952-0000,
|
|
"Sequence": 892,
|
|
"VFOCurr": "VFOA",
|
|
"VFOs": [
|
|
{
|
|
{
|
|
,
|
|
"Name": "VFOA",
|
|
"Freq": 14086800,
|
|
"Mode": "AM",
|
|
"Width": 9000,
|
|
"RX": True,
|
|
"TX": False
|
|
}
|
|
|