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

171 lines
2.8 KiB
JSON
Raw Permalink Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "McoHome Technology Co., Ltd.",
"manufacturerId": "0x015f",
"label": "MH-S212",
"description": "Mini Combo Switch Two-Load",
"devices": [
{
"productType": "0x2121",
"productId": "0x1352"
},
{
"productType": "0x2121",
"productId": "0x1353"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Report",
"maxNodes": 5,
"isLifeline": true
}
},
"paramInformation": [
{
"#": "1",
"$import": "~/templates/master_template.json#state_after_power_failure_off_prev"
},
{
"#": "2",
"label": "External Switch Type",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Momentary buttons",
"value": 0
},
{
"label": "2-State switches",
"value": 1
}
]
},
{
"#": "3",
"label": "2-State Switches",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Toggle switch without specified on/off position",
"value": 0
},
{
"label": "Toggle switch with specified on/off position",
"value": 1
}
]
},
{
"#": "4",
"label": "Switch 1 - Operation Report to Association Group 1",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Report both on/off",
"value": 0
},
{
"label": "Report on only",
"value": 1
},
{
"label": "Report off only",
"value": 2
}
]
},
{
"#": "5",
"label": "Switch 1 - Off Timer",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Disable",
"value": 0
},
{
"label": "Enable",
"value": 1
}
]
},
{
"#": "6",
"label": "Switch 1 - Off Timer Interval",
"valueSize": 2,
"unit": "100ms",
"minValue": 0,
"maxValue": 32767,
"defaultValue": 0
},
{
"#": "7",
"label": "Switch 1 - Operation Mode",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Switch immediately",
"value": 0
},
{
"label": "Zero crossing switch",
"value": 1
}
]
},
{
"#": "8",
"label": "Switch 2 - Operation Report to Association Group 2",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Report both on/off",
"value": 0
},
{
"label": "Report on only",
"value": 1
},
{
"label": "Report off only",
"value": 2
}
]
},
{
"#": "255",
"label": "Factory Reset",
"valueSize": 1,
"defaultValue": 0,
"writeOnly": true,
"allowManualEntry": false,
"options": [
{
"label": "No",
"value": 0
},
{
"label": "Factory reset",
"value": 85
}
]
}
]
}