zwave-js/.config-db/devices/0x5254/zxt-310.json

202 lines
3.3 KiB
JSON
Raw Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "Remotec",
"manufacturerId": "0x5254",
"label": "ZXT-310",
"description": "AV IR Extender",
"devices": [
{
"productType": "0x0102",
"productId": "0x8371"
},
{
"productType": "0x0100",
"productId": "0x8371",
"zwaveAllianceId": 1540
},
{
"productType": "0x0101",
"productId": "0x8370",
"zwaveAllianceId": 991
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "21",
"label": "Download Code Learning",
"description": "Enter the command number or key to be downloaded to the device",
"valueSize": 2,
"minValue": 0,
"maxValue": 65280,
"defaultValue": 0,
"unsigned": true
},
{
"#": "22",
"label": "Download Status Register",
"valueSize": 1,
"defaultValue": 1,
"readOnly": true,
"allowManualEntry": false,
"options": [
{
"label": "Idle",
"value": 0
},
{
"label": "OK",
"value": 1
},
{
"label": "Learning",
"value": 2
},
{
"label": "Command full",
"value": 3
},
{
"label": "Learning fail",
"value": 4
}
]
},
{
"#": "25",
"label": "IR Code Learning",
"description": "Enter the command number or key to be learned. Hold your remote 1-3 cm from the 'L' mark on the device and hold the button to be learned for several seconds",
"valueSize": 2,
"minValue": 0,
"maxValue": 65280,
"defaultValue": 0,
"unsigned": true
},
{
"#": "26",
"label": "Learning Status Register",
"valueSize": 1,
"defaultValue": 1,
"readOnly": true,
"allowManualEntry": false,
"options": [
{
"label": "Idle",
"value": 0
},
{
"label": "OK",
"value": 1
},
{
"label": "Learning",
"value": 2
},
{
"label": "Command full",
"value": 3
},
{
"label": "Learning fail",
"value": 4
}
]
},
{
"#": "28",
"label": "IR Output Power",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 255,
"unsigned": true
},
{
"#": "29",
"label": "IR Port Mapping",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "IR port 1",
"value": 1
},
{
"label": "IR port 2",
"value": 2
},
{
"label": "IR port 3",
"value": 3
},
{
"label": "IR port 4",
"value": 4
},
{
"label": "IR port 5",
"value": 5
},
{
"label": "IR port 6",
"value": 6
}
]
},
{
"#": "31",
"label": "IR Transmission Mode",
"valueSize": 1,
"defaultValue": 0,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
"label": "Continuous IR",
"value": 0
},
{
"label": "Single shot",
"value": 255
}
]
},
{
"#": "38",
"label": "Endpoint Selection Control",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Endpoint 1",
"value": 1
},
{
"label": "Endpoint 2",
"value": 2
},
{
"label": "Endpoint 3",
"value": 3
},
{
"label": "Endpoint 4",
"value": 4
},
{
"label": "Endpoint 5",
"value": 5
},
{
"label": "Endpoint 6",
"value": 6
}
]
}
]
}