-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding Config file to certifie, TRADFRI bulb GU10 WW 345lm ( #87)
- Loading branch information
Showing
2 changed files
with
35 additions
and
1 deletion.
There are no files selected for viewing
34 changes: 34 additions & 0 deletions
34
z4d_certified_devices/Certified/IKEA_TRADFRI/TRADFRI bulb GU10 WW 345lm.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}" |