zwave-js/.config-db/devices/0x0299/1a90.json

114 lines
2.2 KiB
JSON
Raw Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "TechniSat",
"manufacturerId": "0x0299",
"label": "Single-Switch",
"description": "Flush On/Off Switch",
"devices": [
{
"productType": "0x0002",
"productId": "0x1a90"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "1",
"label": "Central Scene: Multiple Button Presses",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Disabled",
"value": 0
},
{
"label": "Enabled",
"value": 1
}
]
},
{
"#": "2",
"label": "Report Interval",
"description": "Interval of unsolicited meter reports in 10s increments; 0 to disable.",
"valueSize": 2,
"unit": "10s",
"minValue": 0,
"maxValue": 8640,
"defaultValue": 3
},
{
"#": "3",
"label": "Energy Meter Report Interval",
"description": "Interval of active energy meter reports in minutes; 0 to disable.",
"valueSize": 2,
"unit": "minutes",
"minValue": 0,
"maxValue": 30240,
"defaultValue": 60
},
{
"#": "4",
"label": "Button Mode",
"description": "Switching mode of the push buttons",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Top: Turn off, bottom: Turn on",
"value": 0
},
{
"label": "Toggle the output",
"value": 1
}
]
},
{
"#": "5",
"label": "Input S: Button Mode",
"description": "Switching mode of the push buttons",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Toggle switch",
"value": 0
},
{
"label": "Momentary switch",
"value": 1
}
]
},
{
"#": "6",
"label": "Input S: Central Scene Events for Multiple Button Presses",
"description": "Which Central Scene to trigger on multiple button presses (2x-5x) of extension input S",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Central Scene 1",
"value": 1
},
{
"label": "Central Scene 2",
"value": 2
},
{
"label": "Central Scene 3 (Exclusive to input s)",
"value": 3
}
]
}
]
}