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

72 lines
1.2 KiB
JSON
Raw Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "TechniSat",
"manufacturerId": "0x0299",
"label": "Shutter-Switch",
"description": "Flush Roller Shutter Switch",
"devices": [
{
"productType": "0x0005",
"productId": "0x1a93"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "1",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Send Central Scene: Multiple Button Presses",
"defaultValue": 1
},
{
"#": "2",
"label": "Report Interval",
"valueSize": 2,
"unit": "10s",
"minValue": 0,
"maxValue": 8640,
"defaultValue": 3,
"options": [
{
"label": "Disable",
"value": 0
}
]
},
{
"#": "3",
"label": "Energy Meter Report Interval",
"valueSize": 2,
"unit": "minutes",
"minValue": 0,
"maxValue": 30240,
"defaultValue": 60,
"options": [
{
"label": "Disable",
"value": 0
}
]
},
{
"#": "4",
"label": "Forced Roller Shutter Calibration",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Idle",
"value": 0
},
{
"label": "Start calibration process",
"value": 1
}
]
}
]
}