Added busy & error state to ConnectionState

CURA-1339
This commit is contained in:
Jaime van Kessel 2016-04-18 14:47:51 +02:00
parent fb52d39936
commit a59c113887

View file

@ -307,3 +307,5 @@ class ConnectionState(IntEnum):
closed = 0
connecting = 1
connected = 2
busy = 3
error = 4