zwave-js/.config-db/devices/0x013c/pan06.json

164 lines
2.8 KiB
JSON
Raw Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "Philio Technology Corp",
"manufacturerId": "0x013c",
"label": "PAN06",
"description": "In Wall Dual Relay (1 Way) Switch Module 2 x 1.5kW",
"devices": [
{
"productType": "0x0001",
"productId": "0x0004"
},
{
"productType": "0x0001",
"productId": "0x0013"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Relay 1 + 2",
"maxNodes": 1,
"isLifeline": true
},
"2": {
"label": "Relay 1",
"maxNodes": 1,
"isLifeline": true
},
"3": {
"label": "Relay 2",
"maxNodes": 1,
"isLifeline": true
}
},
"paramInformation": [
{
"#": "1",
"label": "Selected Endpoint",
"description": "Send Basic Command Class",
"valueSize": 1,
"defaultValue": 3,
"allowManualEntry": false,
"options": [
{
"label": "Relay 1",
"value": 1
},
{
"label": "Relay 2",
"value": 2
},
{
"label": "Relay 1+2",
"value": 3
}
]
},
{
"#": "2",
"label": "Switch Mode",
"description": "Change the external switch mode",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Edge mode",
"value": 1
},
{
"label": "Pulse mode",
"value": 2
},
{
"label": "Edge-Toggle mode",
"value": 3
}
]
},
{
"#": "3",
"$if": "firmwareVersion >= 1.8",
"$import": "~/templates/master_template.json#state_after_power_failure_off_prev_on"
},
{
"#": "4",
"$if": "firmwareVersion >= 1.8",
"label": "Auto OFF Timer",
"valueSize": 2,
"minValue": 0,
"maxValue": 32767,
"defaultValue": 0
},
{
"#": "5",
"$if": "firmwareVersion >= 1.8",
"label": "RF OFF Command",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Switch off",
"value": 0
},
{
"label": "Ignore",
"value": 1
},
{
"label": "Switch toggle",
"value": 2
},
{
"label": "Switch on",
"value": 3
}
]
},
{
"#": "6",
"$if": "firmwareVersion >= 1.8",
"label": "Existence of Endpoint 3",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Endpoint 3 exists",
"value": 1
},
{
"label": "No endpoint 3",
"value": 2
}
]
},
{
"#": "11",
"label": "Send Reports From Endpoints",
"description": "Enable this to distinguish between the relays.",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Disable",
"value": 1
},
{
"label": "Enable",
"value": 2
}
]
}
],
"compat": {
// Not required for >= 1.8
"preserveRootApplicationCCValueIDs": true
}
}