47 lines
927 B
JSON
47 lines
927 B
JSON
|
{
|
||
|
"manufacturer": "Leviton",
|
||
|
"manufacturerId": "0x001d",
|
||
|
"label": "VRCS4-M0",
|
||
|
"description": "4-Scene Controller with Load Control",
|
||
|
"devices": [
|
||
|
{
|
||
|
"productType": "0x1302",
|
||
|
"productId": "0x0243"
|
||
|
}
|
||
|
],
|
||
|
"firmwareVersion": {
|
||
|
"min": "0.0",
|
||
|
"max": "255.255"
|
||
|
},
|
||
|
"associations": {
|
||
|
"1": {
|
||
|
"label": "Button 1",
|
||
|
"description": "First (top) button on controller",
|
||
|
"maxNodes": 32,
|
||
|
"isLifeline": true
|
||
|
},
|
||
|
"2": {
|
||
|
"label": "Button 2",
|
||
|
"description": "Second button on controller",
|
||
|
"maxNodes": 32,
|
||
|
"isLifeline": true
|
||
|
},
|
||
|
"3": {
|
||
|
"label": "Button 3",
|
||
|
"description": "Third button on controller",
|
||
|
"maxNodes": 32,
|
||
|
"isLifeline": true
|
||
|
},
|
||
|
"4": {
|
||
|
"label": "Button 4",
|
||
|
"description": "Fourth button on controller",
|
||
|
"maxNodes": 32,
|
||
|
"isLifeline": true
|
||
|
}
|
||
|
},
|
||
|
"compat": {
|
||
|
// This device has 4 association groups, but 8 scenes
|
||
|
"forceSceneControllerGroupCount": 8
|
||
|
}
|
||
|
}
|