z4d-certified-devices 4.250__py3-none-any.whl → 4.252__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.
- z4d_certified_devices/Certified/Schneider/iTRV.json +10 -2
- z4d_certified_devices/Certified/Tuya/TS0601-BLE-YL01.json +51 -0
- z4d_certified_devices/version.py +1 -1
- {z4d_certified_devices-4.250.dist-info → z4d_certified_devices-4.252.dist-info}/METADATA +1 -1
- {z4d_certified_devices-4.250.dist-info → z4d_certified_devices-4.252.dist-info}/RECORD +9 -8
- {z4d_certified_devices-4.250.dist-info → z4d_certified_devices-4.252.dist-info}/LICENSE.txt +0 -0
- {z4d_certified_devices-4.250.dist-info → z4d_certified_devices-4.252.dist-info}/WHEEL +0 -0
- {z4d_certified_devices-4.250.dist-info → z4d_certified_devices-4.252.dist-info}/top_level.txt +0 -0
- {z4d_certified_devices-4.250.dist-info → z4d_certified_devices-4.252.dist-info}/zip-safe +0 -0
@@ -28,13 +28,21 @@
|
|
28
28
|
"Type": "",
|
29
29
|
"bindEp": ["01"],
|
30
30
|
"ClusterToBind": [ "0000", "0001", "0201", "0b05" ],
|
31
|
-
"ConfigureReporting": {
|
31
|
+
"ConfigureReporting": {
|
32
|
+
"0001": { "Attributes": {
|
33
|
+
"0020": { "DataType": "20", "MinInterval": "0E10", "MaxInterval": "0E10", "TimeOut": "0000", "Change": "01" } } },
|
34
|
+
"0201": { "Attributes": {
|
35
|
+
"0012": { "DataType": "29", "MinInterval": "0258", "MaxInterval": "0258", "TimeOut": "0000", "Change": "7FFF" },
|
36
|
+
"0000": { "DataType": "29", "MinInterval": "001E", "MaxInterval": "001E", "TimeOut": "0000", "Change": "0001" },
|
37
|
+
"0008": { "DataType": "20", "MinInterval": "012C", "MaxInterval": "A8C0", "TimeOut": "0000", "Change": "01" } } },
|
38
|
+
"0204": { "Attributes": {
|
39
|
+
"0001": { "DataType": "30", "MinInterval": "001E", "MaxInterval": "001E", "TimeOut": "0000", "Change": "01" } } } },
|
32
40
|
"ReadAttributes": {
|
33
41
|
"0000": [ "0000", "0001", "0003", "0004", "0005", "0007", "e001", "e002", "e004", "e007", "e009", "4000" ],
|
34
42
|
"0003": [],
|
35
43
|
"0001": [ "0020", "0021" ],
|
36
44
|
"0019": [ "0002" ],
|
37
|
-
"0201": [ "0012", "0000", "0008", "
|
45
|
+
"0201": [ "0012", "0000", "0008", "e014", "e015" ],
|
38
46
|
"0204": [ "0000", "0001" ]
|
39
47
|
},
|
40
48
|
"Param": {
|
@@ -0,0 +1,51 @@
|
|
1
|
+
{
|
2
|
+
"_comment": "Smart WiFi Zigbee chlorine meter",
|
3
|
+
"_blakadder": "",
|
4
|
+
"Identifier": [
|
5
|
+
[ "TS0601", "_TZE200_v1jqz5cy"]
|
6
|
+
],
|
7
|
+
|
8
|
+
"Ep": {
|
9
|
+
"01": {
|
10
|
+
"0000": "",
|
11
|
+
"0004": "",
|
12
|
+
"0005": "",
|
13
|
+
"0019": "",
|
14
|
+
"Type": "Temp"
|
15
|
+
}
|
16
|
+
},
|
17
|
+
"Type": "",
|
18
|
+
"ClusterToBind": [ "0000"],
|
19
|
+
"ConfigureReporting": {
|
20
|
+
},
|
21
|
+
"ReadAttributes": {
|
22
|
+
"0000": [ "0004", "0005", "0000", "0001", "0007", "ffe2", "ffe4", "ffdf", "fffe" ],
|
23
|
+
"0019": [],
|
24
|
+
"ef00": []
|
25
|
+
},
|
26
|
+
"TS0601_DP": {
|
27
|
+
"01": { "store_tuya_attribute": "tds"},
|
28
|
+
"02": { "sensor_type": "temperature"},
|
29
|
+
"07": { "sensor_type": "battery"},
|
30
|
+
|
31
|
+
"0a": { "store_tuya_attribute": "ph"},
|
32
|
+
"0b": { "store_tuya_attribute": "ec"},
|
33
|
+
|
34
|
+
"65": { "store_tuya_attribute": "orp"},
|
35
|
+
"66": { "store_tuya_attribute": "free_chlorine"},
|
36
|
+
"6a": { "store_tuya_attribute": "ph_max"},
|
37
|
+
"6b": { "store_tuya_attribute": "ph_min"},
|
38
|
+
"6c": { "store_tuya_attribute": "ec_max"},
|
39
|
+
"6d": { "store_tuya_attribute": "ec_min"},
|
40
|
+
"6e": { "store_tuya_attribute": "orp_max"},
|
41
|
+
"6f": { "store_tuya_attribute": "orp_min"},
|
42
|
+
"70": { "store_tuya_attribute": "free_chlorine_max"},
|
43
|
+
"71": { "store_tuya_attribute": "free_chlorine_min"},
|
44
|
+
"75": { "store_tuya_attribute": "salinity"}
|
45
|
+
},
|
46
|
+
"BatteryDevice": 1,
|
47
|
+
"TUYA_RESET_CMD": true,
|
48
|
+
"TUYA_DATA_REQUEST_POLLING": 600,
|
49
|
+
"Param": {
|
50
|
+
}
|
51
|
+
}
|
z4d_certified_devices/version.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
z4d_certified_devices/__init__.py,sha256=i5sQ3ShnztbqZ3IeUr-smCqhcYLIaHZP5fkIoTXQZIo,3938
|
2
|
-
z4d_certified_devices/version.py,sha256=
|
2
|
+
z4d_certified_devices/version.py,sha256=nQNGijoaJxxE0FY7mXIlwelRT8O4lI_04BvM2E5m6X8,87
|
3
3
|
z4d_certified_devices/Certified/README.md,sha256=1WnlKFf_NJon6zCJ0zfbBIOHES0L2YoE9EjzI2zhlDA,1415
|
4
4
|
z4d_certified_devices/Certified/Adeo/LDSENK02F.json,sha256=eYpL0-1uta51sAzIpg7wIqUdl9AC16vYkrXZgW7AtA0,2067
|
5
5
|
z4d_certified_devices/Certified/Adeo/LDSENK10.json,sha256=G_Z1dpeZv0kuJ9te9hsFOfdjQx-1FIFTf8F9gC5PZYA,843
|
@@ -394,7 +394,7 @@ z4d_certified_devices/Certified/Schneider/PUCKSWITCH1.json,sha256=mT0q9R4wUFt6oc
|
|
394
394
|
z4d_certified_devices/Certified/Schneider/SOCKETOUTLET1.json,sha256=UIyh7pcMS5rMhJq92dR5yDHQ_bT1sv6DA1047LFwSSs,1479
|
395
395
|
z4d_certified_devices/Certified/Schneider/SOCKETOUTLET2.json,sha256=8uNLqJ7EjJRQdkUpuaYAVS5zp9gdhCuHQdGnTrZvkQ0,1463
|
396
396
|
z4d_certified_devices/Certified/Schneider/Wiser2-Thermostat.json,sha256=TGQvJO6Zcovb-4jnxTkoAw2tRqHMj4TYXLvxMlQuxqk,1999
|
397
|
-
z4d_certified_devices/Certified/Schneider/iTRV.json,sha256=
|
397
|
+
z4d_certified_devices/Certified/Schneider/iTRV.json,sha256=Pe6vPpWTm3KgPlPZ0uKab2Ft9t6TK9L63cHCDwHHSZg,2551
|
398
398
|
z4d_certified_devices/Certified/SmartThings/outletv4.json,sha256=VuEFunRkK5jK7C0uJNL9cs_BlQXyTJvijgHOKWLRDos,1084
|
399
399
|
z4d_certified_devices/Certified/Sonoff/01MINIZB.json,sha256=q1bUVrJTtOKDg9CwiJRdYb0fGQVghsbg_Q9lRiJLTRg,617
|
400
400
|
z4d_certified_devices/Certified/Sonoff/66666-motion.json,sha256=loNh4aHKInQ0v2ZPeit7bt7ViCojcJ66kEAQyGYtP7o,509
|
@@ -493,6 +493,7 @@ z4d_certified_devices/Certified/Tuya/TS0505A.json,sha256=QsWjNCg_qpVpkZX7Ldi67Vz
|
|
493
493
|
z4d_certified_devices/Certified/Tuya/TS0505B.json,sha256=cDsEg50lQkeHNA4LTpYVNj0I-c35eyM4DvKH8Vlao3o,2253
|
494
494
|
z4d_certified_devices/Certified/Tuya/TS0601-2Gangs-dimmer.json,sha256=K8z_gGu1D7xgfCKJ4WhjF7wvBxwAYWzZ_g_zpUNviFU,554
|
495
495
|
z4d_certified_devices/Certified/Tuya/TS0601-2Gangs-switch.json,sha256=pkW5X0vpZF0fAeAJOWtiT8d5PrBdqSvzPvDM2dTiqr0,451
|
496
|
+
z4d_certified_devices/Certified/Tuya/TS0601-BLE-YL01.json,sha256=kuuUxShuSOwf22e7EUWOH_3H-PSWLJwmIfKx_UEPPxk,1521
|
496
497
|
z4d_certified_devices/Certified/Tuya/TS0601-Clamp-Meter.json,sha256=rPIFDgKy_Ar7kvgyQscqSZLnzWuUl1T1kJ3OpsIvTTQ,1173
|
497
498
|
z4d_certified_devices/Certified/Tuya/TS0601-Energy.json,sha256=WRaAlE7-RCPErsDAtkZs083IPpQPshN6PthhNSmgd5s,553
|
498
499
|
z4d_certified_devices/Certified/Tuya/TS0601-Human-Presence.json,sha256=CfEexIfqC2Ec7klmtZ2f_21DeG8yoAgslV-HrTtZ640,1722
|
@@ -571,9 +572,9 @@ z4d_certified_devices/Certified/eWeLink/SA-003-Zigbee.json,sha256=PHqliTZ0_8a7F_
|
|
571
572
|
z4d_certified_devices/Certified/eWeLink/SA-030-1.json,sha256=PHqliTZ0_8a7F_hbRVIVQ9A-sJipGrBD1jzhgkKJRvw,833
|
572
573
|
z4d_certified_devices/Certified/eWeLink/SWITCH-ZR02.json,sha256=poSWAakR1iWJyvCXx5vgjYga38l6QYZM5C0MSk5vqas,835
|
573
574
|
z4d_certified_devices/Certified/eWeLink/SWITCH-ZR03-1.json,sha256=poSWAakR1iWJyvCXx5vgjYga38l6QYZM5C0MSk5vqas,835
|
574
|
-
z4d_certified_devices-4.
|
575
|
-
z4d_certified_devices-4.
|
576
|
-
z4d_certified_devices-4.
|
577
|
-
z4d_certified_devices-4.
|
578
|
-
z4d_certified_devices-4.
|
579
|
-
z4d_certified_devices-4.
|
575
|
+
z4d_certified_devices-4.252.dist-info/LICENSE.txt,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
576
|
+
z4d_certified_devices-4.252.dist-info/METADATA,sha256=wvlmR13M1chCvDDO3QRcaU0cYLCXa3cTHww_c9FS58M,36878
|
577
|
+
z4d_certified_devices-4.252.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
578
|
+
z4d_certified_devices-4.252.dist-info/top_level.txt,sha256=dZpL9ibb5CtTAY-pS-wGk-1jh9d-q04ogJ-Dfskashk,22
|
579
|
+
z4d_certified_devices-4.252.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
580
|
+
z4d_certified_devices-4.252.dist-info/RECORD,,
|
File without changes
|
File without changes
|
{z4d_certified_devices-4.250.dist-info → z4d_certified_devices-4.252.dist-info}/top_level.txt
RENAMED
File without changes
|
File without changes
|