From 55606240f6296ff8238164a6e510ee79722bf5c3 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Tue, 6 Sep 2022 13:05:31 +0200 Subject: State + FSM + Python: Rename the HAS_CONFIG state to DISCONNECTED --- wrappers/python/src/state.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wrappers/python/src/state.py') diff --git a/wrappers/python/src/state.py b/wrappers/python/src/state.py index a4b11a8..5af004f 100644 --- a/wrappers/python/src/state.py +++ b/wrappers/python/src/state.py @@ -18,7 +18,7 @@ class State(IntEnum): AUTHORIZED = 7 REQUEST_CONFIG = 8 ASK_PROFILE = 9 - HAS_CONFIG = 10 + DISCONNECTED = 10 DISCONNECTING = 11 CONNECTING = 12 CONNECTED = 13 -- cgit v1.2.3