zwave-js/.config-db/devices/0x0064/zw_esj_300.json
2025-01-10 22:05:04 -08:00

112 lines
2.2 KiB
JSON

{
"manufacturer": "Reitz-Group.de",
"manufacturerId": "0x0064",
"label": "ZW ESJ 300",
"description": "Duwi Blind Control",
"devices": [
{
"productType": "0x4001",
"productId": "0x0000"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "0[0x8000]",
"label": "Runtime Up: Mode",
"valueSize": 2,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Short (0-127s)",
"value": 0
},
{
"label": "Long (130s-23m)",
"value": 1
}
]
},
{
"#": "0[0x7f00]",
"label": "Runtime Up: Duration",
"description": "In Long mode, the runtime will be 130s + 10 * value.",
"valueSize": 2,
"minValue": 0,
"maxValue": 127,
"defaultValue": 127,
"unsigned": true,
"options": [
{
"label": "Endless (Short mode only, also applies to down direction)",
"value": 0
},
{
// eslint-disable-next-line @zwave-js/consistent-config-string-case
"label": "Set to factory default (120s, Long mode only)",
"value": 127
}
]
},
{
"#": "0[0x80]",
"label": "Runtime Down: Mode",
"valueSize": 2,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Short (0-127s)",
"value": 0
},
{
"label": "Long (130s-23m)",
"value": 1
}
]
},
{
"#": "0[0x7f]",
"label": "Runtime Down: Duration",
"description": "In Long mode, the runtime will be 130s + 10 * value. Will be ignored if Up direction is set to endless.",
"valueSize": 2,
"minValue": 0,
"maxValue": 127,
"defaultValue": 127,
"unsigned": true,
"options": [
{
"label": "0.5s (Short mode only)",
"value": 0
},
{
// eslint-disable-next-line @zwave-js/consistent-config-string-case
"label": "Set to factory default (120s, Long mode only)",
"value": 127
}
]
},
{
"#": "1",
"label": "Opposite Button Behavior",
"valueSize": 1,
"defaultValue": 1,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
"label": "Reverse direction",
"value": 0
},
{
"label": "Stop",
"value": 255
}
]
}
]
}