zwave-js/.config-db/devices/0x013c/psr04.json
2025-01-10 22:05:04 -08:00

60 lines
1.3 KiB
JSON

{
"manufacturer": "Philio Technology Corp",
"manufacturerId": "0x013c",
"label": "PSR04",
"description": "Smart Color Button",
"devices": [
{
"productType": "0x0009",
"productId": "0x0022"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "1",
"label": "Basic Set OFF Level",
"description": "Control the value represented by the left-side in area D.",
"valueSize": 1,
"minValue": 0,
"maxValue": 99,
"defaultValue": 0
},
{
"#": "2",
"label": "Basic Set ON Level",
"description": "Control the value represented by the right-side in area D.",
"valueSize": 1,
"minValue": 0,
"maxValue": 99,
"defaultValue": 99
},
{
"#": "10",
"label": "Auto Report Battery Time",
"description": "The interval time for auto reporting the Battery level.",
"valueSize": 1,
"minValue": 0,
"maxValue": 127,
"defaultValue": 12
},
{
"#": "25",
"label": "Customer Function",
"description": "Bit 0: Dimmer setting method. Bit 1: Disable buzzer in timer mode.",
"valueSize": 1,
"minValue": 0,
"maxValue": 1,
"defaultValue": 0
},
{
"#": "26",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Scene Holding Report",
"description": "Send Central Scene Holding when the button is held."
}
]
}