zwave-js/.config-db/devices/0x0267/1000x080-xxx-700.json
2025-01-10 22:05:04 -08:00

194 lines
3.4 KiB
JSON

{
"manufacturer": "SimonTech S.L.U",
"manufacturerId": "0x0267",
"label": "1000X080-XXX",
"description": "Simon IO: Roller Blind (700 Series)",
"devices": [
{
"productType": "0x0102",
"productId": "0x0000"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "1",
"$import": "~/templates/master_template.json#base_enable_disable_255",
"label": "Association LED"
},
{
"#": "4",
"label": "Up Time",
"description": "Values 1-127 = seconds; 128-254 = minutes (minus 127)",
"valueSize": 1,
"minValue": 0,
"maxValue": 254,
"defaultValue": 0,
"unsigned": true,
"options": [
{
"label": "Instantly",
"value": 0
}
]
},
{
"#": "5",
"label": "Down Time",
"description": "Values 1-127 = seconds; 128-254 = minutes (minus 127)",
"valueSize": 1,
"minValue": 0,
"maxValue": 254,
"defaultValue": 0,
"unsigned": true,
"options": [
{
"label": "Instantly",
"value": 0
}
]
},
{
"#": "12",
"label": "LED Indicator",
"valueSize": 1,
"defaultValue": 0,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
"label": "Disable",
"value": 0
},
{
"label": "Enable (20% brightness)",
"value": 255
}
]
},
{
"#": "13",
"$import": "~/templates/master_template.json#base_enable_disable_255_inverted",
"label": "Local Control",
"defaultValue": 0
},
{
"#": "14",
"label": "Calibration",
"valueSize": 1,
"defaultValue": 255,
"unsigned": true,
"writeOnly": true,
"allowManualEntry": false,
"options": [
{
"label": "Start calibration",
"value": 255
}
]
},
{
"#": "15",
"label": "Reset to Default",
"valueSize": 2,
"defaultValue": 0,
"unsigned": true,
"writeOnly": true,
"allowManualEntry": false,
"options": [
{
"label": "Factory reset",
"value": 39015
},
{
"label": "Reset config parameters, except long press",
"value": 17170
}
]
},
{
"#": "20",
"label": "Identify",
"description": "The central LED blinks for 5 seconds.",
"valueSize": 1,
"defaultValue": 255,
"unsigned": true,
"writeOnly": true,
"allowManualEntry": false,
"options": [
{
"label": "Identify",
"value": 255
}
]
},
{
"#": "21",
"label": "Device State",
"valueSize": 2,
"minValue": 0,
"maxValue": 65535,
"defaultValue": 0,
"unsigned": true,
"readOnly": true
},
{
"#": "23",
"label": "Calibration Status",
"valueSize": 1,
"defaultValue": 0,
"unsigned": true,
"readOnly": true,
"options": [
{
"label": "No calibration required",
"value": 0
},
{
"label": "Calibration required",
"value": 255
}
]
},
{
"#": "24",
"label": "Operating Mode",
"valueSize": 1,
"defaultValue": 255,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
"label": "Shutter",
"value": 0
},
{
"label": "Sun blinds",
"value": 255
}
]
},
{
"#": "27",
"label": "Lock Long Press",
"description": "See device manual for a detailed explanation.",
"valueSize": 1,
"defaultValue": 0,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
"label": "Default",
"value": 0
},
{
"label": "Long press > 30s resets config parameters",
"value": 255
}
]
}
]
}