zwave-js/.config-db/devices/0x013c/pan05-1b.json

105 lines
1.7 KiB
JSON
Raw Permalink Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "Philio Technology Corp",
"manufacturerId": "0x013c",
"label": "PAN05-1B",
"description": "Single Relay In-Wall Switch Module",
"devices": [
{
"productType": "0x0001",
"productId": "0x0010"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "1",
"label": "Mode",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Edge mode",
"value": 1
},
{
"label": "Pulse mode",
"value": 2
},
{
"label": "Edge-Toggle mode",
"value": 3
}
]
},
{
"#": "2",
"$import": "~/templates/master_template.json#state_after_power_failure_off_prev_on"
},
{
"#": "3",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Manual On/Off Mode",
"defaultValue": 1
},
{
"#": "4",
"label": "LED Indication Mode",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Show switch state",
"value": 1
},
{
"label": "Show night mode",
"value": 2
},
{
"label": "One flash mode",
"value": 3
}
]
},
{
"#": "5",
"label": "Auto Off Timer",
"valueSize": 2,
"unit": "seconds",
"minValue": 0,
"maxValue": 32767,
"defaultValue": 0
},
{
"#": "6",
"label": "RF Off Command Mode",
"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
}
]
}
]
}