Skip to content

Commit

Permalink
Adding Config file to certifie, TRADFRI bulb GU10 WW 345lm ( #87)
Browse files Browse the repository at this point in the history
  • Loading branch information
pipiche38 committed Dec 11, 2024
1 parent 57f7791 commit 044ef2f
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"_source": "https://github.com/zigbeefordomoticz/z4d-certified-devices/issues/87",
"Ep":{
"01":{
"0000":"",
"0003":"",
"0004":"",
"0005":"",
"0006":"",
"0008":"",
"0019":"",
"fc7c":"",
"1000":"",
"Type":"LvlControl"
}
},
"Type":"",
"ClusterToBind": [ "0006", "0008" ],
"ConfigureReporting": {
"0006": {"Attributes": { "0000": {"DataType": "10", "MinInterval":"0001", "MaxInterval":"012C", "TimeOut":"0000","Change":"01"}}},
"0008": {"Attributes": { "0000": {"DataType": "20", "MinInterval":"0005", "MaxInterval":"012C", "TimeOut":"0000","Change":"05"}}}
},
"ReadAttributes": {
"0000": [ "0000", "0001", "0002", "0003", "0004", "0005", "0007", "000a", "4000" ],
"0001": [],
"0006": [ "0000", "4000", "4001", "4002", "4003" ],
"0008": [ "0000" ]
},
"Param": {
"PowerOnAfterOffOn": 255,
"fadingOff": 0,
"moveToLevel": 0
}
}
2 changes: 1 addition & 1 deletion z4d_certified_devices/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
MAJOR_VERSION = 5
MINOR_VERSION = 348
MINOR_VERSION = 349
__version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}"

0 comments on commit 044ef2f

Please sign in to comment.