Firmware Driver Python API ************************** Structs ======= ``config_t`` ----------------- - [TODO] ``status_t`` --------------- - [TODO] Standard methods ================ .. function:: __init__() -> None - Set identity (name, address) .. function:: configure(config: config_t) -> None [TODO] .. function:: deconfigure(config: config_t) -> None [TODO] .. function:: start() -> None [TODO] .. function:: stop(force: bool = False) -> None [TODO] .. function:: recover() -> None [TODO] .. function:: status(clear: bool, status: status_t) -> status_t [TODO]