zwave-js/.config-db/devices/0x0330/zv9003t3-rgbw.json

57 lines
1,023 B
JSON
Raw Permalink Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "Sunricher",
"manufacturerId": "0x0330",
"label": "ZV9003T3-RGBW",
"description": "RGBW 3 Scene Wall Controller",
"devices": [
{
"productType": "0x0301",
"productId": "0xa106"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "3",
"label": "Scene Command Type",
"description": "Set to choose between CENTRAL_SCENE or SCENE_ACTIVATION command types",
"valueSize": 1,
"minValue": 0,
"maxValue": 1,
"defaultValue": 0,
"options": [
{
"label": "CENTRAL_SCENE",
"value": 0
},
{
"label": "SCENE_ACTIVATION",
"value": 1
}
]
},
{
"#": "4",
"label": "Scene Command Target Role",
"description": "Send Scene Commands to Gateway or Controller Devices",
"valueSize": 1,
"minValue": 0,
"maxValue": 1,
"defaultValue": 1,
"options": [
{
"label": "Gateway",
"value": 0
},
{
"label": "Controlled devices",
"value": 1
}
]
}
]
}