pyg90alarm 2.0.0__py3-none-any.whl → 2.0.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/alarm.py CHANGED
@@ -1064,8 +1064,8 @@ class G90Alarm(G90NotificationProtocol):
1064
1064
  async def use_cloud_notifications(
1065
1065
  self, cloud_local_host: str = CLOUD_NOTIFICATIONS_HOST,
1066
1066
  cloud_local_port: int = CLOUD_NOTIFICATIONS_PORT,
1067
- upstream_host: str = REMOTE_CLOUD_HOST,
1068
- upstream_port: int = REMOTE_CLOUD_PORT,
1067
+ upstream_host: Optional[str] = REMOTE_CLOUD_HOST,
1068
+ upstream_port: Optional[int] = REMOTE_CLOUD_PORT,
1069
1069
  keep_single_connection: bool = True
1070
1070
  ) -> None:
1071
1071
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyg90alarm
3
- Version: 2.0.0
3
+ Version: 2.0.1
4
4
  Summary: G90 Alarm system protocol
5
5
  Home-page: https://github.com/hostcc/pyg90alarm
6
6
  Author: Ilia Sotnikov
@@ -1,5 +1,5 @@
1
1
  pyg90alarm/__init__.py,sha256=Gpl_3jd5Ye_O8rVG2GJg7FvgFEqcp-qNj5UBK9GBLwM,2258
2
- pyg90alarm/alarm.py,sha256=qAtU3JHUclsaAJCeHkX6f00tUKhk4otZwlG7TDIy6Og,41229
2
+ pyg90alarm/alarm.py,sha256=7j0rLBDaX1LFaM2WS_ZCVekqu-zoeNvsCVuD8bLJscM,41249
3
3
  pyg90alarm/callback.py,sha256=3JsD_JChmZD24OyjaCP-PxxuBDBX7myGYhkM4RN7bk4,3742
4
4
  pyg90alarm/const.py,sha256=F1qqwZFZeLLhb2AFv22dIIc6Ri0NPcHjmIsYXK7RYAI,6775
5
5
  pyg90alarm/exceptions.py,sha256=eiOcRe7D18EIPyPFDNU9DdFgbnkwPmkiLl8lGPOhBNw,1475
@@ -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.0.0.dist-info/licenses/LICENSE,sha256=f884inRbeNv-O-hbwz62Ro_1J8xiHRTnJ2cCx6A0WvU,1070
37
- pyg90alarm-2.0.0.dist-info/METADATA,sha256=dC8wPKqEcVmY0az_oz0vmPS69ZMgE-iM9MmtZaPGL98,12569
38
- pyg90alarm-2.0.0.dist-info/WHEEL,sha256=lTU6B6eIfYoiQJTZNc-fyaR6BpL6ehTzU3xGYxn2n8k,91
39
- pyg90alarm-2.0.0.dist-info/top_level.txt,sha256=czHiGxYMyTk5QEDTDb0EpPiKqUMRa8zI4zx58Ii409M,11
40
- pyg90alarm-2.0.0.dist-info/RECORD,,
36
+ pyg90alarm-2.0.1.dist-info/licenses/LICENSE,sha256=f884inRbeNv-O-hbwz62Ro_1J8xiHRTnJ2cCx6A0WvU,1070
37
+ pyg90alarm-2.0.1.dist-info/METADATA,sha256=tbZP_20tfCk_MdtUY_rA-cIaeCnbhzTQhP4_MQgSFbI,12569
38
+ pyg90alarm-2.0.1.dist-info/WHEEL,sha256=ck4Vq1_RXyvS4Jt6SI0Vz6fyVs4GWg7AINwpsaGEgPE,91
39
+ pyg90alarm-2.0.1.dist-info/top_level.txt,sha256=czHiGxYMyTk5QEDTDb0EpPiKqUMRa8zI4zx58Ii409M,11
40
+ pyg90alarm-2.0.1.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (78.1.1)
2
+ Generator: setuptools (80.0.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5