Skip to content

Commit

Permalink
Integration of Aeotec small button ( #12 )
Browse files Browse the repository at this point in the history
  • Loading branch information
pipiche38 committed Oct 18, 2023
1 parent e945c63 commit 604a910
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 1 deletion.
45 changes: 45 additions & 0 deletions z4d_certified_devices/Certified/Aeotec/aeotec-button.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"_source": "https://github.com/zigbeefordomoticz/z4d-certified-devices/issues/12#issuecomment-1765341125",
"_description": "Aeotec Button single, double, hold, Temperature",
"_blakadder": "",
"Identifier": [
[ "button", "Samjin" ]
],

"Ep":{
"01": {
"0000": "",
"0001": { "Attributes": { "0041": { "Name": "Power 0041", "DataType": "20", "ActionList": [ "check_store_value" ] }}},
"0003": "",
"0020": "",
"0402": "",
"0500": "",
"0b05": "",
"0019": "",
"Type": "Voltage/Temp/Button_3"
}
},
"Type": "",
"NickName": "",
"ClusterToBind": [ "0001", "0402", "0500" ],
"ConfigureReporting": {
"0402": { "Attributes": { "0000": { "DataType": "29", "MinInterval": "000a", "MaxInterval": "012C", "TimeOut": "0000", "Change": "0001" }}},
"0500": {
"Attributes": {
"0000": { "DataType": "30", "MinInterval": "003C", "MaxInterval": "0384", "TimeOut": "0000", "Change": "01"},
"0001": { "DataType": "31", "MinInterval": "003C", "MaxInterval": "0384", "TimeOut": "0000", "Change": "0001"},
"0002": { "DataType": "19", "MinInterval": "003C", "MaxInterval": "0384", "TimeOut": "0000", "Change": "0001"}
}
}
},
"ReadAttributes": {
"0000": [ "0000", "0001", "0003", "0004", "0005", "0007", "4000" ] ,
"0001": [ "0020" , "0021", "0041" ],
"0402": [ "0000", "0001", "0002" ],
"0500": [ "0000", "00001", "0002", "0010", "0011" ]
},
"IASAlarmMerge": true,
"Param": {
"resetSwitchSelectorPushButton": 30
}
}
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 = '2'
MINOR_VERSION = 112
MINOR_VERSION = 113
__version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}"

0 comments on commit 604a910

Please sign in to comment.