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

97 lines
1.7 KiB
JSON
Raw Permalink Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "McoHome Technology Co., Ltd.",
"manufacturerId": "0x015f",
"label": "MH-S312",
"description": "Two Way Switch",
"devices": [
{
"productType": "0x3102",
"productId": "0x0202"
},
{
"productType": "0x3121",
"productId": "0x1302"
},
{
"productType": "0x3121",
"productId": "0x5102"
},
{
"productType": "0x3122",
"productId": "0x5102"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "All Status Reports",
"maxNodes": 1,
"isLifeline": true
},
"2": {
"label": "Switch Button Group 1",
"maxNodes": 5
},
"5": {
"label": "Switch Button Group 2",
"maxNodes": 5
}
},
"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": "0=LED disabled 1-10=Min level-Max level",
"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,
"minValue": 0,
"maxValue": 65535,
"defaultValue": 0,
"unsigned": true
},
{
"#": "255",
"label": "Factory Setting",
"valueSize": 1,
"minValue": 85,
"maxValue": 85,
"defaultValue": 85,
"writeOnly": true
}
]
}