can detected disabled sim card
This commit is contained in:
@@ -3,3 +3,6 @@ from enum import Enum
|
||||
|
||||
class SIMError(Enum):
|
||||
SIM_DISABLED = "SIM_DISABLED"
|
||||
CME_ERROR = "CME_ERROR"
|
||||
STORAGE_ERROR = "STORAGE_ERROR"
|
||||
TIMEOUT = "TIMEOUT"
|
||||
|
||||
Reference in New Issue
Block a user