IcomCommander¶
Serialized CI-V command executor with priority queuing (wfview-style).
Most users should use the high-level Radio API (via create_radio), which
manages an IcomCommander internally.
icom_lan.commander.IcomCommander
¶
wfview-style serialized command executor with priorities.
Features: - strict in-order execution within priority levels - configurable pacing between commands - optional dedup for background polling keys - transaction helper (snapshot/restore)
Priority Levels¶
icom_lan.commander.Priority
¶
Bases: IntEnum