45 lines
720 B
JSON
45 lines
720 B
JSON
{
|
|
"manufacturer": "UFairy G.R. Tech",
|
|
"manufacturerId": "0x0152",
|
|
"label": "GR-B3-3",
|
|
"description": "3 Gang In-Wall Switch",
|
|
"devices": [
|
|
{
|
|
"productType": "0x0500",
|
|
"productId": "0x0005"
|
|
},
|
|
{
|
|
"productType": "0x0a00",
|
|
"productId": "0x0004"
|
|
}
|
|
],
|
|
"firmwareVersion": {
|
|
"min": "0.0",
|
|
"max": "255.255"
|
|
},
|
|
"associations": {
|
|
"1": {
|
|
"label": "K1",
|
|
"maxNodes": 1
|
|
},
|
|
"2": {
|
|
"label": "K2",
|
|
"maxNodes": 1
|
|
},
|
|
"3": {
|
|
"label": "K3",
|
|
"maxNodes": 1
|
|
}
|
|
},
|
|
"compat": {
|
|
"commandClasses": {
|
|
"add": {
|
|
"Multi Channel": {
|
|
// This device has 3 channels, but it responds to the CC version request with 0
|
|
"isSupported": true,
|
|
"version": 2
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|