plugwise 1.3.0__py3-none-any.whl → 1.3.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.
plugwise/constants.py CHANGED
@@ -252,6 +252,7 @@ ApplianceType = Literal[
252
252
  "mac_address",
253
253
  "members",
254
254
  "model",
255
+ "model_id",
255
256
  "name",
256
257
  "vendor",
257
258
  "zigbee_mac_address",
@@ -511,15 +512,16 @@ class DeviceData(TypedDict, total=False):
511
512
 
512
513
  # Appliance base data
513
514
  dev_class: str
514
- firmware: str | None
515
+ firmware: str
515
516
  hardware: str
516
517
  location: str
517
- mac_address: str | None
518
+ mac_address: str
518
519
  members: list[str]
519
520
  model: str
521
+ model_id: str
520
522
  name: str
521
523
  vendor: str
522
- zigbee_mac_address: str | None
524
+ zigbee_mac_address: str
523
525
 
524
526
  # For temporary use
525
527
  cooling_enabled: bool
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: plugwise
3
- Version: 1.3.0
3
+ Version: 1.3.1
4
4
  Summary: Plugwise Smile (Adam/Anna/P1) and Stretch module for Python 3.
5
5
  Home-page: https://github.com/plugwise/python-plugwise
6
6
  Author: Plugwise device owners
@@ -1,6 +1,6 @@
1
1
  plugwise/__init__.py,sha256=EXiTp-N8kQqOUAaczDbULS176NwA2C1FcfWiKkBzNdI,16887
2
2
  plugwise/common.py,sha256=geZd-kVQ0F1OTJoUd2WMPxNBVpSLgZ2ID_47ainOMnk,12746
3
- plugwise/constants.py,sha256=O2sEAUjoOgvuM5dsS7jzZOMDcy6h8WI1p-od9WzJvQ4,16722
3
+ plugwise/constants.py,sha256=EUmKOrkRPBPlQ_orKFLcOm6GNpvaDrva5vqxvUolqTk,16735
4
4
  plugwise/data.py,sha256=I4w3ABqmcj_uSnfxTWPYQH8WP6HaywVMx1aQ-feBdU0,10734
5
5
  plugwise/exceptions.py,sha256=Ce-tO9uNsMB-8FP6VAxBvsHNJ-NIM9F0onUZOdZI4Ys,1110
6
6
  plugwise/helper.py,sha256=2oSUV2Wj0LkfhAvfXwMvfDrJ9x5SWlen4IVCs4twYSU,44123
@@ -10,8 +10,8 @@ plugwise/util.py,sha256=lCasQDzYO3CNAIHbLKTK16YJxQKoBrTQkJ1nCMmF17g,8006
10
10
  plugwise/legacy/data.py,sha256=DsHR9xgiFDg_Vh_6ZpOskw8ZhNQ3CmwjstI3yiH6MEk,3048
11
11
  plugwise/legacy/helper.py,sha256=7QCJyaR9FaM4EEQxGt2oFJac6Pu5OKoi_LG_GQKzRs4,18012
12
12
  plugwise/legacy/smile.py,sha256=7oaPZuvxrYRvoA8qWFvtWSwQRFfQl1XXpPjWXn3_xFs,11314
13
- plugwise-1.3.0.dist-info/LICENSE,sha256=mL22BjmXtg_wnoDnnaqps5_Bg_VGj_yHueX5lsKwbCc,1144
14
- plugwise-1.3.0.dist-info/METADATA,sha256=7JzpaCXGkFUFcdvHvbCjsKLbKKackFQFjC9moyvg60o,9097
15
- plugwise-1.3.0.dist-info/WHEEL,sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY,91
16
- plugwise-1.3.0.dist-info/top_level.txt,sha256=MYOmktMFf8ZmX6_OE1y9MoCZFfY-L8DA0F2tA2IvE4s,9
17
- plugwise-1.3.0.dist-info/RECORD,,
13
+ plugwise-1.3.1.dist-info/LICENSE,sha256=mL22BjmXtg_wnoDnnaqps5_Bg_VGj_yHueX5lsKwbCc,1144
14
+ plugwise-1.3.1.dist-info/METADATA,sha256=UJUJqbHEyMMJMBVmK2M81sMDofmaWkIBaYzyGLSHxqc,9097
15
+ plugwise-1.3.1.dist-info/WHEEL,sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY,91
16
+ plugwise-1.3.1.dist-info/top_level.txt,sha256=MYOmktMFf8ZmX6_OE1y9MoCZFfY-L8DA0F2tA2IvE4s,9
17
+ plugwise-1.3.1.dist-info/RECORD,,