diff --git a/packages/config/config/devices/0x026e/vcz1.json b/packages/config/config/devices/0x026e/vcz1.json index dd0c5051b83e..2af85c40477f 100644 --- a/packages/config/config/devices/0x026e/vcz1.json +++ b/packages/config/config/devices/0x026e/vcz1.json @@ -15,7 +15,10 @@ "max": "255.255" }, "metadata": { - "reset": "Press and hold the button on the control for approximately 15 seconds (the LED will stop flashing when complete.\n\n\"Please use this procedure only when the network primary controller is missing or otherwise inoperable.\"", + "inclusion": "Press and hold the programming button until the LED light bar begins to flash green then release the button.", + "exclusion": "Press and hold the programming button until the LED light bar begins to flash green then release the button.", + "reset": "Press and hold the programming button until the LEDs stop blinking. LEDs will blink green, amber, red, and then finally turn off (about 15 seconds). Local Reset must be performed on both the controllers and motors and should only be used if the primary controller is no longer available.", + "wakeup": "Press and release the programming button one time.", "manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=MarketCertificationFiles/1786/Graber%20Virtual%20Cord%20Owner's%20Manual.pdf" }, "compat": { 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" + } + ] +} diff --git a/packages/config/config/devices/0x0438/4512746.json b/packages/config/config/devices/0x0438/4512746.json index 7ce830056195..bdbc8560818a 100644 --- a/packages/config/config/devices/0x0438/4512746.json +++ b/packages/config/config/devices/0x0438/4512746.json @@ -7,6 +7,10 @@ { "productType": "0x0004", "productId": "0xd019" + }, + { + "productType": "0x0200", + "productId": "0xd006" } ], "firmwareVersion": { diff --git a/packages/config/config/devices/0x045a/zw881.json b/packages/config/config/devices/0x045a/zw881.json new file mode 100644 index 000000000000..44c6f4c7a3c8 --- /dev/null +++ b/packages/config/config/devices/0x045a/zw881.json @@ -0,0 +1,16 @@ +{ + "manufacturer": "ZVIDAR", + "manufacturerId": "0x045a", + "label": "ZW881", + "description": "Multi-Protocol Gateway", + "devices": [ + { + "productType": "0x0004", + "productId": "0x0371" + } + ], + "firmwareVersion": { + "min": "0.0", + "max": "255.255" + } +}