From ef68392730063db469a2f6a03d865d023523a77d Mon Sep 17 00:00:00 2001 From: Nathan Spencer Date: Thu, 24 Oct 2024 05:44:42 -0600 Subject: [PATCH] feat(config): add Minoston MP24Z 800LR Outdoor Smart Plug - 2 Outlet (#7302) --- .../config/devices/0x0312/mp24z_800.json | 51 +++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 packages/config/config/devices/0x0312/mp24z_800.json diff --git a/packages/config/config/devices/0x0312/mp24z_800.json b/packages/config/config/devices/0x0312/mp24z_800.json new file mode 100644 index 000000000000..ebbd3152137b --- /dev/null +++ b/packages/config/config/devices/0x0312/mp24z_800.json @@ -0,0 +1,51 @@ +{ + "manufacturer": "Minoston", + "manufacturerId": "0x0312", + "label": "MP24Z", + "description": "Outdoor Smart Plug - 2 Outlet (800S)", + "devices": [ + { + "productType": "0xff01", + "productId": "0xff97", + "zwaveAllianceId": 3719 + } + ], + "firmwareVersion": { + "min": "0.0", + "max": "255.255" + }, + "paramInformation": [ + { + "#": "1", + "$import": "~/templates/master_template.json#led_indicator_three_options_inverted" + }, + { + "#": "2", + "$import": "templates/minoston_template.json#auto_off_timer", + "label": "Outlet 1 (Left): Auto Off Timer" + }, + { + "#": "3", + "$import": "templates/minoston_template.json#auto_off_timer", + "label": "Outlet 2 (Right): Auto Off Timer" + }, + { + "#": "4", + "$import": "templates/minoston_template.json#auto_on_timer", + "label": "Outlet 1 (Left): Auto On Timer" + }, + { + "#": "5", + "$import": "templates/minoston_template.json#auto_on_timer", + "label": "Outlet 2 (Right): Auto On Timer" + }, + { + "#": "6", + "$import": "~/templates/master_template.json#state_after_power_failure_off_on_prev" + }, + { + "#": "7", + "$import": "templates/minoston_template.json#led_indicator_brightness" + } + ] +}