pyg90alarm 2.4.0__py3-none-any.whl → 2.4.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 CHANGED
@@ -46,6 +46,12 @@ from .definitions.base import (
46
46
  )
47
47
  from .local.alert_config import G90AlertConfigFlags
48
48
  from .local.host_status import G90HostStatus
49
+ from .local.host_config import (
50
+ G90HostConfig, G90VolumeLevel, G90SpeechLanguage
51
+ )
52
+ from .local.alarm_phones import G90AlarmPhones
53
+ from .local.net_config import G90NetConfig, G90APNAuth
54
+ from .local.history import G90History
49
55
  from .const import (
50
56
  G90MessageTypes,
51
57
  G90NotificationTypes,
@@ -80,5 +86,13 @@ __all__ = [
80
86
  'G90TimeoutError', 'G90CommandError', 'G90CommandFailure',
81
87
  'G90EntityRegistrationError', 'G90PeripheralDefinitionNotFound',
82
88
  # Definitions
83
- 'G90SensorDefinitions', 'G90DeviceDefinitions'
89
+ 'G90SensorDefinitions', 'G90DeviceDefinitions',
90
+ # Host Configuration
91
+ 'G90HostConfig', 'G90VolumeLevel', 'G90SpeechLanguage',
92
+ # Network Configuration
93
+ 'G90NetConfig', 'G90APNAuth',
94
+ # Alarm Phones
95
+ 'G90AlarmPhones',
96
+ # History
97
+ 'G90History',
84
98
  ]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyg90alarm
3
- Version: 2.4.0
3
+ Version: 2.4.1
4
4
  Summary: G90 Alarm system protocol
5
5
  Home-page: https://github.com/hostcc/pyg90alarm
6
6
  Author: Ilia Sotnikov
@@ -1,4 +1,4 @@
1
- pyg90alarm/__init__.py,sha256=_tJhV_LpED_ei4n4pKdu5tTcUCuaj5vPPO1nwuUHY-k,3024
1
+ pyg90alarm/__init__.py,sha256=hZXvjpbWNO0ae88_B2qR4XDG6JXjPx5EZK8T2qxMcMM,3473
2
2
  pyg90alarm/alarm.py,sha256=BDBVQ8qRa2Bx2-786uytShTw8znlFEWakxweCGvgxME,50130
3
3
  pyg90alarm/callback.py,sha256=9PVtjRs2MLn80AgiM-UJNL8ZJF4_PxcopJIpxMmB3vc,4707
4
4
  pyg90alarm/const.py,sha256=XBmtojOV0OrjqwL7x_wixqnt4Vcs9xOGlz-wHY4uO_Q,7948
@@ -41,8 +41,8 @@ pyg90alarm/local/user_data_crc.py,sha256=JQBOPY3RlOgVtvR55R-rM8OuKjYW-BPXQ0W4pi6
41
41
  pyg90alarm/notifications/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
42
42
  pyg90alarm/notifications/base.py,sha256=d3N_zNPa_jcTX4QpA78jdgMHDhmrgwqyM3HdvuO14Jk,16682
43
43
  pyg90alarm/notifications/protocol.py,sha256=TlZQ3P8-N-E2X5bzkGefz432x4lBYyIBF9VriwYn9ds,4790
44
- pyg90alarm-2.4.0.dist-info/licenses/LICENSE,sha256=f884inRbeNv-O-hbwz62Ro_1J8xiHRTnJ2cCx6A0WvU,1070
45
- pyg90alarm-2.4.0.dist-info/METADATA,sha256=F4oEK7YEmXUXUXtwVhRxn-qPM0MSvOjdmNlmHfUbYxo,12568
46
- pyg90alarm-2.4.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
47
- pyg90alarm-2.4.0.dist-info/top_level.txt,sha256=czHiGxYMyTk5QEDTDb0EpPiKqUMRa8zI4zx58Ii409M,11
48
- pyg90alarm-2.4.0.dist-info/RECORD,,
44
+ pyg90alarm-2.4.1.dist-info/licenses/LICENSE,sha256=f884inRbeNv-O-hbwz62Ro_1J8xiHRTnJ2cCx6A0WvU,1070
45
+ pyg90alarm-2.4.1.dist-info/METADATA,sha256=gfMj7B9znJeLHtSKBuzLIny2uaP0wFWddNQ3RFkdqbI,12568
46
+ pyg90alarm-2.4.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
47
+ pyg90alarm-2.4.1.dist-info/top_level.txt,sha256=czHiGxYMyTk5QEDTDb0EpPiKqUMRa8zI4zx58Ii409M,11
48
+ pyg90alarm-2.4.1.dist-info/RECORD,,