z4d-certified-devices 5.361__py3-none-any.whl → 5.362__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/Legrand/Dimmer switch wo neutral evo.json +43 -0
- z4d_certified_devices/version.py +1 -1
- {z4d_certified_devices-5.361.dist-info → z4d_certified_devices-5.362.dist-info}/METADATA +1 -1
- {z4d_certified_devices-5.361.dist-info → z4d_certified_devices-5.362.dist-info}/RECORD +8 -7
- {z4d_certified_devices-5.361.dist-info → z4d_certified_devices-5.362.dist-info}/LICENSE.txt +0 -0
- {z4d_certified_devices-5.361.dist-info → z4d_certified_devices-5.362.dist-info}/WHEEL +0 -0
- {z4d_certified_devices-5.361.dist-info → z4d_certified_devices-5.362.dist-info}/top_level.txt +0 -0
- {z4d_certified_devices-5.361.dist-info → z4d_certified_devices-5.362.dist-info}/zip-safe +0 -0
@@ -0,0 +1,43 @@
|
|
1
|
+
{
|
2
|
+
"_comment": "Switch without neutral with optional dimmer 5w to 125 W",
|
3
|
+
"_version": "1.0",
|
4
|
+
"Ep": {
|
5
|
+
"01": {
|
6
|
+
"0000": { "Attributes": { "f000": { "Enabled": true, "Name": "Legrand Operating time", "EvalFunc": "legrand_operating_time", "SpecifStoragelvl1": "Legrand", "SpecifStoragelvl2": "OperatingTime", "ActionList": [ "store_specif_attribute", "check_store_raw_value"] }}},
|
7
|
+
"0003": "",
|
8
|
+
"0004": "",
|
9
|
+
"0005": "",
|
10
|
+
"0006": "",
|
11
|
+
"0008": "",
|
12
|
+
"000f": { "Attributes": { "0055": { "Enabled": true, "Name": "PresentValue", "DataType": "10", "UpdDomoDeviceWithCluster": "0006", "ActionList": [ "check_store_value","upd_domo_device"] }}},
|
13
|
+
"0301": "",
|
14
|
+
"fc01": "",
|
15
|
+
"0019": "",
|
16
|
+
"Type": "LvlControl"
|
17
|
+
}
|
18
|
+
},
|
19
|
+
"Type": "",
|
20
|
+
"ClusterToBind": [ "0006", "0008", "000f", "0003" ],
|
21
|
+
"ConfigureReporting": {
|
22
|
+
"0006": { "Attributes": { "0000": { "DataType": "10", "MinInterval": "0001", "MaxInterval": "012C", "TimeOut": "0000", "Change": "01" } } },
|
23
|
+
"0008": { "Attributes": { "0000": { "DataType": "20", "MinInterval": "0005", "MaxInterval": "012C", "TimeOut": "0000", "Change": "01" } } }
|
24
|
+
},
|
25
|
+
"ReadAttributes": {
|
26
|
+
"0000": [ "0000", "0001", "0002", "0003", "0004", "0005", "0007", "000a", "4000", "f000" ],
|
27
|
+
"0001": [],
|
28
|
+
"0006": [ "0000", "4000", "4001", "4002", "4003" ],
|
29
|
+
"0008": [ "0000" ],
|
30
|
+
"0301": [ "0010", "0011" ],
|
31
|
+
"fc01": [ "0000", "0001", "0002" ]
|
32
|
+
},
|
33
|
+
"Param": {
|
34
|
+
"netatmoEnableDimmer": 1,
|
35
|
+
"PowerOnAfterOffOn": 255,
|
36
|
+
"BallastMaxLevel": 254,
|
37
|
+
"BallastMinLevel": 1
|
38
|
+
},
|
39
|
+
"GroupMembership": [
|
40
|
+
[ "01", "fff6" ],
|
41
|
+
[ "01", "fff4" ]
|
42
|
+
]
|
43
|
+
}
|
z4d_certified_devices/version.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
z4d_certified_devices/__init__.py,sha256=GZ6zf1bgjFvi5yOBDJp9R4Hea53iA-MoqbTcESSa6ms,3860
|
2
|
-
z4d_certified_devices/version.py,sha256=
|
2
|
+
z4d_certified_devices/version.py,sha256=awmwmcPGT0CNIKxpxSkktpNTWcE3oH-VyxGO9-FNYKw,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/LDSENK08.json,sha256=mxd0l90PDZVmrLy6fv3jTnwC3XJxG5rubK3eNt61d4M,873
|
@@ -269,6 +269,7 @@ z4d_certified_devices/Certified/LUMI/lumi.weather.json,sha256=iJi8U-0TJCzr1J8fAc
|
|
269
269
|
z4d_certified_devices/Certified/Legrand/Cable outlet.json,sha256=muhHuQ2cIan_cyGxUO3wrpbZrRXvLKSccty59HmMlO8,1539
|
270
270
|
z4d_certified_devices/Certified/Legrand/Connected outlet.json,sha256=cKYTwkCJpX6JmIajpMkp4LH8l8fyQ2w4jd9XWL_Yn9Y,1470
|
271
271
|
z4d_certified_devices/Certified/Legrand/DIN power consumption module.json,sha256=o_s1iIoeAHjZZikldgz74oEKcextGH9mYFYYVZh1RDE,1109
|
272
|
+
z4d_certified_devices/Certified/Legrand/Dimmer switch wo neutral evo.json,sha256=ND2lLjOZrw5SRVScps4ttsJrcxRMiw9ROhICM5nQ4oc,1810
|
272
273
|
z4d_certified_devices/Certified/Legrand/Dimmer switch wo neutral.json,sha256=BPg0k4FN8bg3fNcmBxLcyPh0RaNoJXzLB-4LCNs1D28,1847
|
273
274
|
z4d_certified_devices/Certified/Legrand/Double gangs remote switch.json,sha256=JLVoSRNFTpCdXu89S_tmXjwsbhi1NUSLuLuLDTkPUAo,1377
|
274
275
|
z4d_certified_devices/Certified/Legrand/Micromodule switch.json,sha256=0uHqXTjxTh55iRI__Y46CIXsPt7VaKJLMmX18dA90B4,1405
|
@@ -615,9 +616,9 @@ z4d_certified_devices/Certified/eWeLink/SA-003-Zigbee.json,sha256=PHqliTZ0_8a7F_
|
|
615
616
|
z4d_certified_devices/Certified/eWeLink/SA-030-1.json,sha256=PHqliTZ0_8a7F_hbRVIVQ9A-sJipGrBD1jzhgkKJRvw,833
|
616
617
|
z4d_certified_devices/Certified/eWeLink/SWITCH-ZR02.json,sha256=poSWAakR1iWJyvCXx5vgjYga38l6QYZM5C0MSk5vqas,835
|
617
618
|
z4d_certified_devices/Certified/eWeLink/SWITCH-ZR03-1.json,sha256=poSWAakR1iWJyvCXx5vgjYga38l6QYZM5C0MSk5vqas,835
|
618
|
-
z4d_certified_devices-5.
|
619
|
-
z4d_certified_devices-5.
|
620
|
-
z4d_certified_devices-5.
|
621
|
-
z4d_certified_devices-5.
|
622
|
-
z4d_certified_devices-5.
|
623
|
-
z4d_certified_devices-5.
|
619
|
+
z4d_certified_devices-5.362.dist-info/LICENSE.txt,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
620
|
+
z4d_certified_devices-5.362.dist-info/METADATA,sha256=bLNhL4J2qvQeIZg_2VuKr0NlxeO5dQUl_tbDXA_Sjaw,36878
|
621
|
+
z4d_certified_devices-5.362.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
622
|
+
z4d_certified_devices-5.362.dist-info/top_level.txt,sha256=dZpL9ibb5CtTAY-pS-wGk-1jh9d-q04ogJ-Dfskashk,22
|
623
|
+
z4d_certified_devices-5.362.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
624
|
+
z4d_certified_devices-5.362.dist-info/RECORD,,
|
File without changes
|
File without changes
|
{z4d_certified_devices-5.361.dist-info → z4d_certified_devices-5.362.dist-info}/top_level.txt
RENAMED
File without changes
|
File without changes
|