zwave-js/.config-db/devices/0x0287/ib2_0.json

49 lines
940 B
JSON
Raw Permalink Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "HAB Home Intelligence, LLC",
"manufacturerId": "0x0287",
"label": "IB2.0",
"description": "Window Blind Controller",
"devices": [
{
"productType": "0x0003",
"productId": "0x000d"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "1",
"label": "Auto Calibration Torque",
"description": "Adjust Torque Value for Auto Calibration",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Calibrate using default torque",
"value": 1
},
{
"label": "Reduce calibration torque by 1 factor",
"value": 2
},
{
"label": "Reduce calibration torque by 2 factors",
"value": 3
},
{
"label": "Increase calibration torque by .5 factor",
"value": 4
},
{
"label": "Increase calibration torque by 1 factor",
"value": 5
}
]
}
]
}