zwave-js/.config-db/devices/0x015f/mh-s311h.json

66 lines
1.3 KiB
JSON
Raw Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "McoHome Technology Co., Ltd.",
"manufacturerId": "0x015f",
"label": "MH-S311H",
"description": "Touch Panel Switch (Single) High Inrush Current",
"devices": [
{
"productType": "0x3111",
"productId": "0x1302"
},
{
"productType": "0x3111",
"productId": "0x5102"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "2",
"$import": "~/templates/master_template.json#state_after_power_failure_off_prev"
},
{
"#": "3",
"label": "ALL ON/ALL OFF",
"description": "0,1,2,255",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 255,
"unsigned": true
},
{
"#": "4",
"label": "LED Backlit Brightness Level",
"description": "0x00 LED disabled 0x01~0x0A Min level-Max level >0x0A same level as 0x0A",
"valueSize": 1,
"minValue": 0,
"maxValue": 10,
"defaultValue": 10
},
{
"#": "5",
"label": "Key Mode",
"description": "0-4",
"valueSize": 1,
"minValue": 0,
"maxValue": 4,
"defaultValue": 0
},
{
"#": "6",
"label": "Key On Duration",
"description": "0=infinite 1~65535=unit \"sec\"",
"valueSize": 2,
"unit": "2",
"minValue": 0,
"maxValue": 65535,
"defaultValue": 0,
"unsigned": true
}
]
}