zwave-js/.config-db/devices/0x019d/ezrs.json

63 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "MOBILUS MOTOR Spółka z o.o.",
"manufacturerId": "0x019d",
"label": "EZRS",
"description": "Mobilus Tubular Motor",
"devices": [
{
"productType": "0x0002",
"productId": "0x0001"
},
{
"productType": "0x0003",
"productId": "0x0010"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "12",
"label": "Motor State Mode",
"description": "Allows to change motor state (normal/calibration/discalibration mode)",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Normal mode",
"value": 0
},
{
"label": "Calibration mode",
"value": 1
},
{
"label": "Discalibration mode",
"value": 2
}
]
},
{
"#": "13",
"label": "Basic Set Respone",
"description": "Allows to change motor behavior after receiving BASIC_SET with value 0xFF",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Last known non-zero position",
"value": 0
},
{
"label": "Max open",
"value": 1
}
]
}
]
}