z4d-certified-devices 3.195__py3-none-any.whl → 3.197__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.
Potentially problematic release.
This version of z4d-certified-devices might be problematic. Click here for more details.
- z4d_certified_devices/Certified/Sonoff/TRVZB.json +7 -3
- z4d_certified_devices/Certified/Tuya/TS011F-with_threshold.json +3 -3
- z4d_certified_devices/Certified/Tuya/TS0225.json +5 -5
- z4d_certified_devices/version.py +1 -1
- {z4d_certified_devices-3.195.dist-info → z4d_certified_devices-3.197.dist-info}/METADATA +1 -1
- {z4d_certified_devices-3.195.dist-info → z4d_certified_devices-3.197.dist-info}/RECORD +10 -10
- {z4d_certified_devices-3.195.dist-info → z4d_certified_devices-3.197.dist-info}/LICENSE.txt +0 -0
- {z4d_certified_devices-3.195.dist-info → z4d_certified_devices-3.197.dist-info}/WHEEL +0 -0
- {z4d_certified_devices-3.195.dist-info → z4d_certified_devices-3.197.dist-info}/top_level.txt +0 -0
- {z4d_certified_devices-3.195.dist-info → z4d_certified_devices-3.197.dist-info}/zip-safe +0 -0
@@ -17,14 +17,14 @@
|
|
17
17
|
"0000": { "Enabled": true, "Name": "ChildLock", "DataType": "10", "ActionList": [ "check_store_value"] },
|
18
18
|
"0010": { "Enabled": true, "Name": "FaultCode", "DataType": "23", "ActionList": [ "check_store_value"] },
|
19
19
|
"6000": { "Enabled": true, "Name": "OpenWindow", "DataType": "10", "ActionList": [ "check_store_value"] },
|
20
|
-
"6001": { "Enabled": true, "Name": "RapidHeatingTemp", "DataType": "
|
20
|
+
"6001": { "Enabled": true, "Name": "RapidHeatingTemp", "DataType": "29", "ActionList": [ "check_store_value"] },
|
21
21
|
"6002": { "Enabled": true, "Name": "froostProfTemp", "DataType": "29", "ActionList": [ "check_store_value"] },
|
22
22
|
"6003": { "Enabled": true, "Name": "NumberIdleSteps", "DataType": "21", "ActionList": [ "check_store_value"] },
|
23
23
|
"6004": { "Enabled": true, "Name": "NumberClosingSteps", "DataType": "21", "ActionList": [ "check_store_value"] },
|
24
24
|
"6005": { "Enabled": true, "Name": "ValveOpeningMinVoltage", "DataType": "21", "ActionList": [ "check_store_value"] },
|
25
25
|
"6006": { "Enabled": true, "Name": "ValveClosingMinVoltage", "DataType": "21", "ActionList": [ "check_store_value"] },
|
26
26
|
"6007": { "Enabled": true, "Name": "ValveRunningVoltage", "DataType": "21", "ActionList": [ "check_store_value"] },
|
27
|
-
"6008": { "Enabled": true, "Name": "WeeklyProgramState", "DataType": "
|
27
|
+
"6008": { "Enabled": true, "Name": "WeeklyProgramState", "DataType": "20", "ActionList": [ "check_store_value"] },
|
28
28
|
"6009": { "Enabled": true, "Name": "ManualModeTemp", "DataType": "29", "ActionList": [ "check_store_value"] },
|
29
29
|
"600A": { "Enabled": true, "Name": "AutoModeTemp", "DataType": "29", "ActionList": [ "check_store_value"] } }},
|
30
30
|
"000a": "",
|
@@ -36,11 +36,14 @@
|
|
36
36
|
"Type": "",
|
37
37
|
"ClusterToBind": [ "0001", "0402", "0201" ],
|
38
38
|
"ConfigureReporting": {
|
39
|
+
"0001": { "Attributes": { "0021": { "DataType": "20", "MinInterval": "0005", "MaxInterval": "3840", "TimeOut": "0000", "Change": "01" }}},
|
39
40
|
"0006": { "Attributes": { "0000": { "DataType": "10", "MinInterval": "0001", "MaxInterval": "012c", "TimeOut": "0000", "Change": "01" }}},
|
40
41
|
"0201": { "Attributes": {
|
41
42
|
"0000": { "DataType": "29", "MinInterval": "012C", "MaxInterval": "0258", "TimeOut": "0000", "Change": "0001" },
|
42
43
|
"0012": { "DataType": "29", "MinInterval": "0005", "MaxInterval": "0258", "TimeOut": "0000", "Change": "0001" },
|
43
|
-
|
44
|
+
"0029": { "DataType": "19", "MinInterval": "0005", "MaxInterval": "0258", "TimeOut": "0000", "Change": "0001" }}
|
45
|
+
}
|
46
|
+
},
|
44
47
|
"ReadAttributes": {
|
45
48
|
"0000": [ "0000", "0001", "0004", "0005", "0006", "0007", "4000" ],
|
46
49
|
"0001": [ "0021" ],
|
@@ -50,6 +53,7 @@
|
|
50
53
|
"fc11": [ "0000", "6000", "6002", "6003", "6005", "6006", "6007" ]
|
51
54
|
},
|
52
55
|
"BatteryDevice": 1,
|
56
|
+
"BatteryPercentageConverter": 2,
|
53
57
|
"Param": {
|
54
58
|
"Calibration": 0,
|
55
59
|
"SonOffTRVChildLock": 0,
|
@@ -61,9 +61,9 @@
|
|
61
61
|
"TS011F_overPowerBreaker": 1,
|
62
62
|
"TS011F_overCurrentThreshold": 65,
|
63
63
|
"TS011F_overCurrentBreaker": 1,
|
64
|
-
"TS011F_overVoltageThreshold":
|
64
|
+
"TS011F_overVoltageThreshold": 244,
|
65
65
|
"TS011F_overVoltageBreaker": 1,
|
66
|
-
"TS011F_underVoltageThreshold":
|
66
|
+
"TS011F_underVoltageThreshold": 207,
|
67
67
|
"TS011F_underVoltageBreaker": 1
|
68
68
|
}
|
69
|
-
}
|
69
|
+
}
|
@@ -26,18 +26,18 @@
|
|
26
26
|
},
|
27
27
|
"TS0601_DP": {
|
28
28
|
"01": { "store_tuya_attribute": "motion", "EvalExp": "int(value == 0)", "DomoDeviceFormat": "str"},
|
29
|
+
"65": { "store_tuya_attribute": "MotionState" },
|
30
|
+
"6a": { "store_tuya_attribute": "Illuminance" },
|
31
|
+
"6b": { "store_tuya_attribute": "Indicator" },
|
32
|
+
"66": { "store_tuya_attribute": "fading_time", "action_type": "TuyaFadingTime" },
|
29
33
|
"02": { "store_tuya_attribute": "LargeMotionDetectionSensitivity" },
|
30
34
|
"04": { "store_tuya_attribute": "LargeMotionDetectionDistance" },
|
31
|
-
"65": { "store_tuya_attribute": "MotionState" },
|
32
|
-
"66": { "store_tuya_attribute": "FadingTime" },
|
33
35
|
"68": { "store_tuya_attribute": "MediumMotionDetectionDistance" },
|
34
36
|
"69": { "store_tuya_attribute": "MediumMotionDetectionSensitivity" },
|
35
|
-
"6a": { "store_tuya_attribute": "Illuminance" },
|
36
|
-
"6b": { "store_tuya_attribute": "Indicator" },
|
37
37
|
"6c": { "store_tuya_attribute": "SmallDetectionDistance" },
|
38
38
|
"6d": { "store_tuya_attribute": "SmallDetectionSensitivity" }
|
39
39
|
},
|
40
|
-
|
41
40
|
"Param": {
|
41
|
+
"TuyaFadingTime": 60
|
42
42
|
}
|
43
43
|
}
|
z4d_certified_devices/version.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
z4d_certified_devices/__init__.py,sha256=wdYFaADr5SrC5bXe1OBsrmpfJ7J6GN0H22o49UA4_Es,3533
|
2
|
-
z4d_certified_devices/version.py,sha256=
|
2
|
+
z4d_certified_devices/version.py,sha256=PFxRcoq2KtKptSBMovYF2fNMNNLhIcLuo9YdigUO_zI,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
|
@@ -397,7 +397,7 @@ z4d_certified_devices/Certified/Sonoff/SNZB-01P.json,sha256=G0Z4ttRkWYk3xaZrtM9k
|
|
397
397
|
z4d_certified_devices/Certified/Sonoff/SNZB-02.json,sha256=H43nPu3S5WnyCbFhL7-1tyv6xy0CDXP2Arca6uHXclM,1481
|
398
398
|
z4d_certified_devices/Certified/Sonoff/SNZB-02D.json,sha256=90uctooHEps9SqSlmGf-4x05lRNUdx-o5tjAD8cF-_U,1203
|
399
399
|
z4d_certified_devices/Certified/Sonoff/TH01.json,sha256=5YVaiXuYsQ0JHsXTdYBL8qi2tDZjfAPM6fY1QRZznWU,1239
|
400
|
-
z4d_certified_devices/Certified/Sonoff/TRVZB.json,sha256=
|
400
|
+
z4d_certified_devices/Certified/Sonoff/TRVZB.json,sha256=PWmeh-YfQVDUkSPs_yu2LVG-Ks3jiePCDvWsknDp7ZU,3736
|
401
401
|
z4d_certified_devices/Certified/Sonoff/WB-01.json,sha256=VwNi4R-Jh94qKywFLJqdliN8zpasRy5XOE6uUweYUC8,480
|
402
402
|
z4d_certified_devices/Certified/Sonoff/WB01.json,sha256=VwNi4R-Jh94qKywFLJqdliN8zpasRy5XOE6uUweYUC8,480
|
403
403
|
z4d_certified_devices/Certified/Sonoff/ZBMINI-L.json,sha256=NZMn2zaUpsg81k5BnIUyloMmazj9pbZjFsTA91ArYjI,459
|
@@ -442,7 +442,7 @@ z4d_certified_devices/Certified/Tuya/TS011F-din.json,sha256=WGghfK_9NjxzmTcFy6UI
|
|
442
442
|
z4d_certified_devices/Certified/Tuya/TS011F-multiprise.json,sha256=N_oi-_bg4ht3GNjMklCduuIn03M_GL72T7qrLKbJask,1437
|
443
443
|
z4d_certified_devices/Certified/Tuya/TS011F-plug-Elivco.json,sha256=ljwLApD_RnrY68ZE3yncUxVFHWtyRKF9Zs4Lx7ZirsM,2238
|
444
444
|
z4d_certified_devices/Certified/Tuya/TS011F-plug.json,sha256=Y1UcAYrQCYdSuxO6jDcof7NYK4TMO0tyoxc39TnGMnk,3531
|
445
|
-
z4d_certified_devices/Certified/Tuya/TS011F-with_threshold.json,sha256=
|
445
|
+
z4d_certified_devices/Certified/Tuya/TS011F-with_threshold.json,sha256=mM4dGTzB230VWHXntiBrBSMwPS0H8AFpGDwFVyD0JG0,2631
|
446
446
|
z4d_certified_devices/Certified/Tuya/TS011F.json,sha256=NEJUkBW5KIvgWZBabe037fHpzG6c7ZLNA2H9SCwYwtE,638
|
447
447
|
z4d_certified_devices/Certified/Tuya/TS0121.json,sha256=vJ-ZjSNg2FokHDTLepihar1oEvsk-UxZxC9aZHQ4dvo,1606
|
448
448
|
z4d_certified_devices/Certified/Tuya/TS0201-Temp-Humi-10.json,sha256=Pp1mKs_yg1A_xkz5f63HaPr6qCFlVK37-WsvgLhmxiw,1370
|
@@ -460,7 +460,7 @@ z4d_certified_devices/Certified/Tuya/TS0215A-secure-remote.json,sha256=2VxUs3-Eh
|
|
460
460
|
z4d_certified_devices/Certified/Tuya/TS0215A-sos.json,sha256=sfsq4X47kCihC-9XpPm_koqJF6CuBhL-wZpSKiqRgAE,1161
|
461
461
|
z4d_certified_devices/Certified/Tuya/TS0219.json,sha256=MQsd5cE-2dG6Ck89Kdl_gxgW1Pi3jIdVXtfRbw4wOlk,1346
|
462
462
|
z4d_certified_devices/Certified/Tuya/TS0222.json,sha256=3cuGPhlSruvh9gDaOR_32v4CkQKMGyDgv6jUTUdyg7o,1132
|
463
|
-
z4d_certified_devices/Certified/Tuya/TS0225.json,sha256=
|
463
|
+
z4d_certified_devices/Certified/Tuya/TS0225.json,sha256=MNs2CEq1gKuEo2i4b0HC5ZXRy-XjTo_YG1tG8xeutM8,1589
|
464
464
|
z4d_certified_devices/Certified/Tuya/TS0302.json,sha256=y-pCJjs4Tc1JcBCzs0cWY49TFX3U3kP7zm7bxJGMrQI,760
|
465
465
|
z4d_certified_devices/Certified/Tuya/TS0502A.json,sha256=WTJhJWwz3T2rAc40ZHT0-CGHx1_3Wh6Un_89aLYRIwA,1284
|
466
466
|
z4d_certified_devices/Certified/Tuya/TS0505A-HueSaturation.json,sha256=NOJqzvN2SRonVNiEfIbDB97i5DME_kpoQNxRYvtsSFo,1811
|
@@ -544,9 +544,9 @@ z4d_certified_devices/Certified/eWeLink/SA-003-Zigbee.json,sha256=PHqliTZ0_8a7F_
|
|
544
544
|
z4d_certified_devices/Certified/eWeLink/SA-030-1.json,sha256=PHqliTZ0_8a7F_hbRVIVQ9A-sJipGrBD1jzhgkKJRvw,833
|
545
545
|
z4d_certified_devices/Certified/eWeLink/SWITCH-ZR02.json,sha256=poSWAakR1iWJyvCXx5vgjYga38l6QYZM5C0MSk5vqas,835
|
546
546
|
z4d_certified_devices/Certified/eWeLink/SWITCH-ZR03-1.json,sha256=poSWAakR1iWJyvCXx5vgjYga38l6QYZM5C0MSk5vqas,835
|
547
|
-
z4d_certified_devices-3.
|
548
|
-
z4d_certified_devices-3.
|
549
|
-
z4d_certified_devices-3.
|
550
|
-
z4d_certified_devices-3.
|
551
|
-
z4d_certified_devices-3.
|
552
|
-
z4d_certified_devices-3.
|
547
|
+
z4d_certified_devices-3.197.dist-info/LICENSE.txt,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
548
|
+
z4d_certified_devices-3.197.dist-info/METADATA,sha256=76vE-UL8hJxMytd634tv6ig35upNJ9FXcGe1fJ369Pk,36878
|
549
|
+
z4d_certified_devices-3.197.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
550
|
+
z4d_certified_devices-3.197.dist-info/top_level.txt,sha256=dZpL9ibb5CtTAY-pS-wGk-1jh9d-q04ogJ-Dfskashk,22
|
551
|
+
z4d_certified_devices-3.197.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
552
|
+
z4d_certified_devices-3.197.dist-info/RECORD,,
|
File without changes
|
File without changes
|
{z4d_certified_devices-3.195.dist-info → z4d_certified_devices-3.197.dist-info}/top_level.txt
RENAMED
File without changes
|
File without changes
|