summaryrefslogtreecommitdiff
path: root/wrappers/python/src/state.py
AgeCommit message (Collapse)Author
2022-09-06State + FSM + Python: Rename the HAS_CONFIG state to DISCONNECTEDjwijenbergh
2022-08-19State + FSM: Properly handle the disconnect flowjwijenbergh
- /disconnect is now called - A new state is added (DISCONNECTING) that waits for the disconnect to complete - A helper function is exposed (InFSMState) that can be used by clients to see in which state they are in
2022-08-15Refactor: Use constants for state callbacks instead of stringsjwijenbergh