zwave-js/.config-db/devices/0x0165/soft_remote.json

195 lines
3.4 KiB
JSON
Raw Permalink Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "ID-RF",
"manufacturerId": "0x0165",
"label": "Soft Remote",
"description": "Remote Control",
"devices": [
{
"productType": "0x0002",
"productId": "0x0002"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "1",
"label": "Buttons 1 and 3 Profile",
"description": "To set-up the profile of buttons 1 and 3",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Scene",
"value": 0
},
{
"label": "Mono",
"value": 1
},
{
"label": "Duo",
"value": 2
}
]
},
{
"#": "2",
"label": "Buttons 2 and 4 Profile",
"description": "To set-up the profile of buttons 2 and 4",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Scene",
"value": 0
},
{
"label": "Mono",
"value": 1
},
{
"label": "Duo",
"value": 2
}
]
},
{
"#": "3",
"label": "Scene Type",
"description": "To choose the way of sending Scene to the gateway",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Central Scene",
"value": 0
},
{
"label": "Scene Activation",
"value": 1
}
]
},
{
"#": "4",
"label": "Button 1 Configuration",
"description": "To set-up the how button 1 behaves, when set in MONO Profile",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Control group 2",
"value": 0
},
{
"label": "All switches on",
"value": 1
},
{
"label": "All switches off",
"value": 2
}
]
},
{
"#": "5",
"label": "Button 2 Configuration",
"description": "To set-up the how button 2 behaves, when set in MONO Profile",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Control group 3",
"value": 0
},
{
"label": "All switches on",
"value": 1
},
{
"label": "All switches off",
"value": 2
}
]
},
{
"#": "6",
"label": "Button 3 Configuration",
"description": "To set-up the how button 3 behaves, when set in MONO Profile",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Control group 4",
"value": 0
},
{
"label": "All switches on",
"value": 1
},
{
"label": "All switches off",
"value": 2
}
]
},
{
"#": "7",
"label": "Button 4 Configuration",
"description": "To set-up the how button 4 behaves, when set in MONO Profile",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Control group 5",
"value": 0
},
{
"label": "All switches on",
"value": 1
},
{
"label": "All switches off",
"value": 2
}
]
},
{
"#": "8",
"label": "LED Management",
"description": "How to set up LED behaviour",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "No LED",
"value": 0
},
{
"label": "Flash blue after button press",
"value": 1
},
{
"label": "Blink to confirm command",
"value": 2
},
{
"label": "Flash blue and blink to confirm command",
"value": 3
}
]
}
]
}