-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
core/config/devices/remote.b486opcn01/discovery-remote.b486opcn01_LUMI.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 @@ | ||
{"epCount":1,"endPoints":{"01":{"servClusters":{"0000":{"attributes":{"4000":{"dataType":"42","access":"01","value":"2019\u0000www."},"0000":{"dataType":"20","access":"01","value":3},"0001":{"dataType":"20","access":"01","value":17},"0002":{"dataType":"20","access":"01","value":2},"0003":{"dataType":"20","access":"01","value":1},"0004":{"value":"LUMI","dataType":"42","access":"01"},"0005":{"value":"remote.b486opcn01","dataType":"42","access":"01"},"0006":{"dataType":"42","access":"01","value":"20190730"},"0007":{"dataType":"30","access":"01","value":3},"0008":{"dataType":"30","access":"01","value":255},"0009":{"dataType":"30","access":"01","value":224},"000A":{"dataType":"41","access":"01","value":"0062776C"},"000B":{"dataType":"42","access":"01","value":"www.aqara.com"},"FFFD":{"dataType":"21","access":"01","value":1}},"commandsReceived":["00"],"commandsGenerated":[]},"0003":{"attributes":{"0000":{"dataType":"21","access":"03","value":0},"FFFD":{"dataType":"21","access":"01"}}},"0001":{"attributes":{"0020":{"dataType":"20","access":"05"},"0031":{"dataType":"30","access":"03"},"0033":{"dataType":"20","access":"03"},"0034":{"dataType":"20","access":"03"},"FFFD":{"dataType":"21","access":"01"}}}},"cliClusters":{"0003":{"attributes":{"FFFD":{}}},"0006":{"attributes":{"FFFD":{}}},"0008":{"attributes":{"FFFD":{}}},"0300":{"attributes":{"FFFD":{}}}}}},"powerSource":"battery","fileSignature":"Abeille discovery file"} |
43 changes: 43 additions & 0 deletions
43
core/config/devices/remote.b486opcn01/remote.b486opcn01.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,43 @@ | ||
{ | ||
"remote.b486opcn01": { | ||
"manufacturer": "Xiaomi", | ||
"model": "WXCJKG12LM", | ||
"type": "Xiaomi Aqara Opple 4 buttons remote", | ||
"timeout": "60", | ||
"category": { | ||
"light": "1" | ||
}, | ||
"configuration": { | ||
"icon": "XiaomiAqara-Opple-Remote-4buttons", | ||
"mainEP": "01", | ||
"batteryType": "1x3V CR2032" | ||
}, | ||
"commands": { | ||
"SWBuildID": { | ||
"use": "inf_zbAttr-0000-SWBuildID" | ||
}, | ||
"Get SWBuildID": { | ||
"use": "act_zbReadAttribute", | ||
"params": "clustId=0000&attrId=4000" | ||
}, | ||
"Battery-Volt": { | ||
"use": "inf_zbAttr-0001-BatteryVolt", | ||
"params": "ep=01" | ||
}, | ||
"SetReporting 01-0001-00020": { | ||
"use": "act_zbConfigureReporting2", | ||
"params": "ep=01&clustId=0001&attrType=20&attrId=0020&minInterval=1800&maxInterval=3600", | ||
"execAtCreation": "yes" | ||
}, | ||
"Bind 01-0001-ToZigate": { | ||
"use": "act_zbBindToZigate", | ||
"params": "ep=01&clustId=0001", | ||
"execAtCreation": "yes" | ||
}, | ||
"Identify": { | ||
"use": "act_zbCmdC-Identify", | ||
"isVisible": "1" | ||
} | ||
} | ||
} | ||
} |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.