pyg90alarm 2.1.0__py3-none-any.whl → 2.1.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pyg90alarm/__init__.py +2 -1
- {pyg90alarm-2.1.0.dist-info → pyg90alarm-2.1.1.dist-info}/METADATA +1 -1
- {pyg90alarm-2.1.0.dist-info → pyg90alarm-2.1.1.dist-info}/RECORD +6 -6
- {pyg90alarm-2.1.0.dist-info → pyg90alarm-2.1.1.dist-info}/WHEEL +0 -0
- {pyg90alarm-2.1.0.dist-info → pyg90alarm-2.1.1.dist-info}/licenses/LICENSE +0 -0
- {pyg90alarm-2.1.0.dist-info → pyg90alarm-2.1.1.dist-info}/top_level.txt +0 -0
pyg90alarm/__init__.py
CHANGED
|
@@ -35,6 +35,7 @@ from .entities.device import G90Device
|
|
|
35
35
|
from .local.host_info import (
|
|
36
36
|
G90HostInfo, G90HostInfoWifiStatus, G90HostInfoGsmStatus
|
|
37
37
|
)
|
|
38
|
+
from .local.config import G90AlertConfigFlags
|
|
38
39
|
from .local.host_status import G90HostStatus
|
|
39
40
|
from .const import (
|
|
40
41
|
G90MessageTypes,
|
|
@@ -51,7 +52,7 @@ from .exceptions import G90Error, G90TimeoutError
|
|
|
51
52
|
__all__ = [
|
|
52
53
|
'G90Alarm', 'G90BaseCommand', 'G90PaginatedResult', 'G90DeviceAlert',
|
|
53
54
|
'G90Sensor', 'G90SensorTypes', 'G90SensorAlertModes', 'G90SensorUserFlags',
|
|
54
|
-
'G90Device',
|
|
55
|
+
'G90AlertConfigFlags', 'G90Device',
|
|
55
56
|
'G90HostInfo', 'G90HostInfoWifiStatus', 'G90HostInfoGsmStatus',
|
|
56
57
|
'G90HostStatus',
|
|
57
58
|
'G90MessageTypes', 'G90NotificationTypes', 'G90ArmDisarmTypes',
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
pyg90alarm/__init__.py,sha256=
|
|
1
|
+
pyg90alarm/__init__.py,sha256=jmlS0JfuMMq41LoExkGrZ96jmzRdsjq11WnyDTsm5pA,2429
|
|
2
2
|
pyg90alarm/alarm.py,sha256=ijIz3pEpsob0Gtzg4bed71i6vJTEAqMfVgzSKfl3hiY,39977
|
|
3
3
|
pyg90alarm/callback.py,sha256=3JsD_JChmZD24OyjaCP-PxxuBDBX7myGYhkM4RN7bk4,3742
|
|
4
4
|
pyg90alarm/const.py,sha256=F1qqwZFZeLLhb2AFv22dIIc6Ri0NPcHjmIsYXK7RYAI,6775
|
|
@@ -33,8 +33,8 @@ pyg90alarm/local/user_data_crc.py,sha256=JQBOPY3RlOgVtvR55R-rM8OuKjYW-BPXQ0W4pi6
|
|
|
33
33
|
pyg90alarm/notifications/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
34
34
|
pyg90alarm/notifications/base.py,sha256=KXZkhFLO-cNcGOLIItxoZr0FaI8ohzlD3njcWVqkOb0,15218
|
|
35
35
|
pyg90alarm/notifications/protocol.py,sha256=1d9rLIX_EwLpH36rXTm6xYS00TNVGCZi88n86VDcQX0,4076
|
|
36
|
-
pyg90alarm-2.1.
|
|
37
|
-
pyg90alarm-2.1.
|
|
38
|
-
pyg90alarm-2.1.
|
|
39
|
-
pyg90alarm-2.1.
|
|
40
|
-
pyg90alarm-2.1.
|
|
36
|
+
pyg90alarm-2.1.1.dist-info/licenses/LICENSE,sha256=f884inRbeNv-O-hbwz62Ro_1J8xiHRTnJ2cCx6A0WvU,1070
|
|
37
|
+
pyg90alarm-2.1.1.dist-info/METADATA,sha256=_RMOKPeScViJXebF_vehZZaKRXjcgjSDhEPT42wonQI,12568
|
|
38
|
+
pyg90alarm-2.1.1.dist-info/WHEEL,sha256=DnLRTWE75wApRYVsjgc6wsVswC54sMSJhAEd4xhDpBk,91
|
|
39
|
+
pyg90alarm-2.1.1.dist-info/top_level.txt,sha256=czHiGxYMyTk5QEDTDb0EpPiKqUMRa8zI4zx58Ii409M,11
|
|
40
|
+
pyg90alarm-2.1.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|