Skip to content

Commit

Permalink
Merge branch 'master' into patch-19
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone authored Oct 24, 2024
2 parents 4aa09af + 80fb6f2 commit 10bb078
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/config/config/devices/0x026e/vcz1.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
51 changes: 51 additions & 0 deletions packages/config/config/devices/0x0312/mp24z_800.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
4 changes: 4 additions & 0 deletions packages/config/config/devices/0x0438/4512746.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
{
"productType": "0x0004",
"productId": "0xd019"
},
{
"productType": "0x0200",
"productId": "0xd006"
}
],
"firmwareVersion": {
Expand Down
16 changes: 16 additions & 0 deletions packages/config/config/devices/0x045a/zw881.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit 10bb078

Please sign in to comment.