zwave-js/.config-db/devices/0x018c/pm-340-zw.json

33 lines
557 B
JSON
Raw Normal View History

2025-01-10 22:05:04 -08:00
{
"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": "*"
}
}
}
}
}