try to add sim info to fb

This commit is contained in:
2022-02-28 20:09:02 +01:00
parent d910ec65a3
commit 96c5e26abd
10 changed files with 118 additions and 62 deletions
+8
View File
@@ -0,0 +1,8 @@
from enum import Enum
class SIMError(Enum):
SIM_DISABLED = "SIM_DISABLED"
CME_ERROR = "CME_ERROR"
STORAGE_ERROR = "STORAGE_ERROR"
TIMEOUT = "TIMEOUT"