z4d-certified-devices 5.430__py3-none-any.whl → 5.431__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.
@@ -0,0 +1,48 @@
1
+ {
2
+ "_blakadder": "",
3
+ "_comment": "Zigbee 1 channel Dimmer",
4
+ "_version": "1.0",
5
+ "Identifier": [
6
+ [ "TS0601" ,"_TZE204_5cuocqty" ],
7
+ [ "TS0601" ,"_TZE204_nqqylykc" ],
8
+ [ "TS0601" ,"_TZE204_tgdnh7pw" ],
9
+ [ "TS0601" ,"_TZE204_2cyb66xl" ]
10
+ ],
11
+ "Ep": {
12
+ "01": {
13
+ "0000": "",
14
+ "0004": "",
15
+ "0005": "",
16
+ "ef00": "",
17
+ "000a": "",
18
+ "0019": "",
19
+ "Type": "LvlControl"
20
+ },
21
+ "f2": {
22
+ "0021": "",
23
+ "Type": ""
24
+ }
25
+ },
26
+ "Type": "",
27
+ "ClusterToBind": [ "0000", "ef00" ],
28
+ "ConfigureReporting": {},
29
+ "ReadAttributes": {
30
+ "0000": [ "0004", "0000", "0001", "0005", "0007" ],
31
+ "0019": [ ]
32
+ },
33
+ "TUYA_REGISTRATION": 19,
34
+ "TS0601_DP": {
35
+ "01": { "sensor_type": "switch", "action_type": "switch" },
36
+ "02": { "sensor_type": "dimmer", "action_type": "dimmer" },
37
+ "04": { "store_tuya_attribute": "SwitchType", "action_type": "SwitchType" },
38
+ "03": { "store_tuya_attribute": "MinBrightness", "action_type": "MinBrightness" },
39
+ "05": { "store_tuya_attribute": "MaxBrightness", "action_type": "MaxBrightness" },
40
+ "06": { "store_tuya_attribute": "countdown" },
41
+ "0e": { "store_tuya_attribute": "PowerOnAfterOffOn", "action_type": "PowerOnAfterOffOn" }
42
+ },
43
+ "Param": {
44
+ "SwitchType": 0,
45
+ "MinBrightness": 20,
46
+ "MaxBrightness": 100
47
+ }
48
+ }
@@ -1,3 +1,3 @@
1
1
  MAJOR_VERSION = 5
2
- MINOR_VERSION = 430
2
+ MINOR_VERSION = 431
3
3
  __version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: z4d-certified-devices
3
- Version: 5.430
3
+ Version: 5.431
4
4
  Summary: "Certified devices for Zigbee for Domoticz plugin"
5
5
  Home-page: https://github.com/zigbeefordomoticz/z4d-certified-devices
6
6
  Author: "Patrick Pichon"
@@ -1,5 +1,5 @@
1
1
  z4d_certified_devices/__init__.py,sha256=GZ6zf1bgjFvi5yOBDJp9R4Hea53iA-MoqbTcESSa6ms,3860
2
- z4d_certified_devices/version.py,sha256=eJ4XNrGuctb62An59BgEaz5Dy2izcHERWlSLr2G7_R8,87
2
+ z4d_certified_devices/version.py,sha256=af1ech6RqXJjcMpG_zLbmACeLZwKh886T45_E6HRrdU,87
3
3
  z4d_certified_devices/Certified/README.md,sha256=1WnlKFf_NJon6zCJ0zfbBIOHES0L2YoE9EjzI2zhlDA,1415
4
4
  z4d_certified_devices/Certified/Adeo/LDSENK01F.json,sha256=F0fX15nW3O9CRNR7GixvAjzTaOPN_WouZ2VWq7RtcGg,2067
5
5
  z4d_certified_devices/Certified/Adeo/LDSENK02F.json,sha256=eYpL0-1uta51sAzIpg7wIqUdl9AC16vYkrXZgW7AtA0,2067
@@ -566,6 +566,7 @@ z4d_certified_devices/Certified/Tuya/TS0601-Solar-Siren.json,sha256=borykqW1I7gV
566
566
  z4d_certified_devices/Certified/Tuya/TS0601-WZ-M100-C.json,sha256=lc6ucKqW2ex3SyqeeNEqomjBUbamCUhnZYxkBjp-Bek,1915
567
567
  z4d_certified_devices/Certified/Tuya/TS0601-XOCA-DAC2161C.json,sha256=jwTgiPoYQQzKDtDb1wBC_xJ2HdOgUbNR3qgygxoS5rQ,1851
568
568
  z4d_certified_devices/Certified/Tuya/TS0601-ZBN-J-63.json,sha256=XYLrwEvrfShkI6Aphd9hUtZrk1-DZHJEvzGrT8mZMss,2217
569
+ z4d_certified_devices/Certified/Tuya/TS0601-ZDMS16-1.json,sha256=66t1ZBh1BnYRd8tZ0mxgTWl_apTTPqt93GvbI_jNaC0,1496
569
570
  z4d_certified_devices/Certified/Tuya/TS0601-_TZE200_b6wax7g0.json,sha256=Uiw4HrBIaunCMGbe_dUa_72h_R4fkzyE-4vnrY-XPJc,856
570
571
  z4d_certified_devices/Certified/Tuya/TS0601-_TZE200_chyvmhay.json,sha256=yEtCMwXKDWqSbWlulijNauTfMtlGZRAfytEekAkKhmk,427
571
572
  z4d_certified_devices/Certified/Tuya/TS0601-_TZE200_dzuqwsyg.json,sha256=EUXk1SmPfVzRcp2vPC2vezmGN428xNadW-Yl_WxxTxY,610
@@ -634,9 +635,9 @@ z4d_certified_devices/Certified/eWeLink/SA-003-Zigbee.json,sha256=PHqliTZ0_8a7F_
634
635
  z4d_certified_devices/Certified/eWeLink/SA-030-1.json,sha256=PHqliTZ0_8a7F_hbRVIVQ9A-sJipGrBD1jzhgkKJRvw,833
635
636
  z4d_certified_devices/Certified/eWeLink/SWITCH-ZR02.json,sha256=poSWAakR1iWJyvCXx5vgjYga38l6QYZM5C0MSk5vqas,835
636
637
  z4d_certified_devices/Certified/eWeLink/SWITCH-ZR03-1.json,sha256=poSWAakR1iWJyvCXx5vgjYga38l6QYZM5C0MSk5vqas,835
637
- z4d_certified_devices-5.430.dist-info/licenses/LICENSE.txt,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
638
- z4d_certified_devices-5.430.dist-info/METADATA,sha256=rLl0jbub6AmP4xG2rVmlCfmFcYYuDhu_ELnpumpeCVY,36900
639
- z4d_certified_devices-5.430.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
640
- z4d_certified_devices-5.430.dist-info/top_level.txt,sha256=dZpL9ibb5CtTAY-pS-wGk-1jh9d-q04ogJ-Dfskashk,22
641
- z4d_certified_devices-5.430.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
642
- z4d_certified_devices-5.430.dist-info/RECORD,,
638
+ z4d_certified_devices-5.431.dist-info/licenses/LICENSE.txt,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
639
+ z4d_certified_devices-5.431.dist-info/METADATA,sha256=YJP7uTr3tBM7h9nWVOl1TNDkx9rzTenotGB93G789iQ,36900
640
+ z4d_certified_devices-5.431.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
641
+ z4d_certified_devices-5.431.dist-info/top_level.txt,sha256=dZpL9ibb5CtTAY-pS-wGk-1jh9d-q04ogJ-Dfskashk,22
642
+ z4d_certified_devices-5.431.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
643
+ z4d_certified_devices-5.431.dist-info/RECORD,,