zwave-js/.config-db/devices/0x021f/dmof1.json

137 lines
2.7 KiB
JSON
Raw Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "Elexa Consumer Products Inc.",
"manufacturerId": "0x021f",
"label": "DMOF1",
"description": "Dome On/Off Zwave Wall Plug for Controlling Small Appliances and Lights.",
"devices": [
{
"productType": "0x0003",
"productId": "0x0087"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Lifeline",
"maxNodes": 5,
"isLifeline": true
},
"2": {
"label": "Basic Set",
"maxNodes": 5
},
"3": {
"label": "Notification Report",
"maxNodes": 5
}
},
"paramInformation": [
{
"#": "1",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Meter Functionality",
"defaultValue": 1
},
{
"#": "2",
"label": "METER_REPORT",
"description": "The time between meter reports.",
"valueSize": 2,
"unit": "seconds",
"minValue": 1,
"maxValue": 65535,
"defaultValue": 300,
"unsigned": true
},
{
"#": "3",
"label": "Set \"Overload\" Current Level",
"description": "Maximum current the plug will pass",
"valueSize": 1,
"unit": "A",
"minValue": 1,
"maxValue": 16,
"defaultValue": 13
},
{
"#": "4",
"label": "Set \"Alert\" Current Level",
"description": "Current level warning threshold",
"valueSize": 1,
"unit": "A",
"minValue": 1,
"maxValue": 16,
"defaultValue": 12
},
{
"#": "5",
"label": "Enable/Disable Indicator LED",
"description": "This parameter enables or disables the indicator LED.",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Disable LED",
"value": 0
},
{
"label": "Enable LED",
"value": 1
}
]
},
{
"#": "6",
"label": "Current Change METER_REPORT Level",
"description": "Report of relative change in current flow",
"valueSize": 1,
"unit": "%",
"minValue": 1,
"maxValue": 64,
"defaultValue": 5
},
{
"#": "7",
"$import": "~/templates/master_template.json#state_after_power_failure_off_prev"
},
{
"#": "8",
"label": "Enable/Disable Timer Function",
"description": "Timer once plugged in before it turn off the device.",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Disabled",
"value": 0
},
{
"label": "Enabled",
"value": 1
}
]
},
{
"#": "9",
"label": "Set Timer Time Interval",
"description": "Time before auto shut off if on.",
"valueSize": 4,
"unit": "minute(s)",
"minValue": 1,
"maxValue": 65535,
"defaultValue": 96
},
{
"#": "10",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Enable/Disable BUTTON",
"defaultValue": 1
}
]
}