zwave-js/.config-db/devices/0x0165/asp-3-1.json

91 lines
1.5 KiB
JSON
Raw Permalink Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "ID-RF",
"manufacturerId": "0x0165",
"label": "ASP-3-1",
"description": "Smart Plug",
"devices": [
{
"productType": "0x0001",
"productId": "0x0001"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "1",
"$import": "~/templates/master_template.json#state_after_power_failure_off_on_prev"
},
{
"#": "2",
"label": "Power Failure",
"valueSize": 1,
"minValue": 0,
"maxValue": 63,
"defaultValue": 0,
"options": [
{
"label": "Power failure detection disable",
"value": 0
},
{
"label": "Power failure enable (Report to Lifeline only)",
"value": 1
},
{
"label": "Enable group 4",
"value": 2
},
{
"label": "Enable group 5",
"value": 4
},
{
"label": "Enable group 6",
"value": 8
},
{
"label": "Enable group 7",
"value": 16
},
{
"label": "Enable group 8",
"value": 32
}
]
},
{
"#": "3",
"label": "Follow State",
"valueSize": 1,
"defaultValue": 3,
"allowManualEntry": false,
"options": [
{
"label": "Disable group 2 & 3",
"value": 0
},
{
"label": "Enable group 2",
"value": 1
},
{
"label": "Enable group 3",
"value": 2
},
{
"label": "Enable group 2 & 3",
"value": 3
}
]
},
{
"#": "4",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Always On"
}
]
}