zwave-js/.config-db/devices/0x018c/pm-240-zw.json
2025-01-10 22:05:04 -08:00

32 lines
559 B
JSON

{
"manufacturer": "Dawon",
"manufacturerId": "0x018c",
"label": "PM-S240-ZW",
"description": "2-Channel Power Switch",
"devices": [
{
// KR frequency
"productType": "0x0062",
"productId": "0x0001"
},
{
// US frequency
"productType": "0x0065",
"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": "*"
}
}
}
}
}