33 lines
557 B
JSON
33 lines
557 B
JSON
|
{
|
||
|
"manufacturer": "Dawon",
|
||
|
"manufacturerId": "0x018c",
|
||
|
"label": "PM-S340-ZW",
|
||
|
"description": "3-Button Wall Switch",
|
||
|
"devices": [
|
||
|
{
|
||
|
// KR frequency
|
||
|
"productType": "0x0063",
|
||
|
"productId": "0x0001"
|
||
|
},
|
||
|
{
|
||
|
// US frequency
|
||
|
"productType": "0x0066",
|
||
|
"productId": "0x0001"
|
||
|
}
|
||
|
],
|
||
|
"firmwareVersion": {
|
||
|
"min": "0.0",
|
||
|
"max": "255.255"
|
||
|
},
|
||
|
"compat": {
|
||
|
"commandClasses": {
|
||
|
"remove": {
|
||
|
// The device seems to report support for Supervision but ignores the commands
|
||
|
"Supervision": {
|
||
|
"endpoints": "*"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|