Skip to content

Commit

Permalink
2.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
markirb committed Sep 12, 2024
1 parent 4f98775 commit fff6707
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 28 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ See [here](AUTHORS.md).

## Support

If you like the project, consider a Donation to markib via [Paypal](https://www.paypal.com/donate/?hosted_button_id=RVFA9G5VMXRX8)
If you like to show support for the project and support further development, consider a Donation to the current maintainer markib via [Paypal](https://www.paypal.com/donate/?hosted_button_id=RVFA9G5VMXRX8)

## License

Expand Down
8 changes: 4 additions & 4 deletions mos.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
author: Shelly-HomeKit contributors
description: A HomeKit firmware for Shelly switches
version: 2.12.2-beta4
version: 2.12.2

libs_version: latest
modules_version: latest
Expand Down Expand Up @@ -714,9 +714,9 @@ conds:
STOCK_FW_MODEL: Mini1PMG3
MAX_NUM_HAP_SESSIONS: 16
config_schema:
- ["device.id", "ShellyMini1G3-??????"]
- ["shelly.name", "ShellyMini1G3-??????"]
- ["wifi.ap.ssid", "ShellyMini1G3-??????"]
- ["device.id", "ShellyMini1PMG3-??????"]
- ["shelly.name", "ShellyMini1PMG3-??????"]
- ["wifi.ap.ssid", "ShellyMini1PMG3-??????"]
- ["sw1", "sw", {title: "SW1 settings"}]
- ["sw1.name", "Shelly SW"]
- ["in1", "in", {title: "Input 1 settings"}]
Expand Down
50 changes: 27 additions & 23 deletions tools/shelly_update_server/stock_model_map.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,33 @@
# Map of stock device id prefix -> shelly-homekit model.
# Used by the update redirector.
models:
shelly1: Shelly1
shelly1l: Shelly1L
shelly1pm: Shelly1PM
ShellyBulbDuo: ShellyDuo
shellycolorbulb: ShellyColorBulb
shellyix3: ShellyI3
shellyplug: ShellyPlug
shellyplug-s: ShellyPlugS
PlusPlugS: ShellyPlusPlugS
shellyplus1: ShellyPlus1
ShellyPlus1: ShellyPlus1
shellyplus1pm: ShellyPlus1PM
ShellyPlus1PM: ShellyPlus1PM
shellyplus2pm: ShellyPlus2PM
ShellyPlus2PM: ShellyPlus2PM
shellyplusi4: ShellyPlusI4
ShellyPlusI4: ShellyPlusI4
shellyplusplug-s:ShellyPlusPlugS
shellyrgbw2: ShellyRGBW2
shellyswitch: Shelly2
shellyswitch25: Shelly25
shellyuni: ShellyUNI
ShellyVintage: ShellyVintage
shelly1: Shelly1
shelly1l: Shelly1L
shelly1pm: Shelly1PM
ShellyBulbDuo: ShellyDuo
shellycolorbulb: ShellyColorBulb
shellyix3: ShellyI3
shellyplug: ShellyPlug
shellyplug-s: ShellyPlugS
shellyplus1: ShellyPlus1
ShellyPlus1: ShellyPlus1
shellyplus1pm: ShellyPlus1PM
ShellyPlus1PM: ShellyPlus1PM
shellyplus2pm: ShellyPlus2PM
ShellyPlus2PM: ShellyPlus2PM
shellyplusi4: ShellyPlusI4
ShellyPlusI4: ShellyPlusI4
shellyplusplug-s: ShellyPlusPlugS
shellyplusplugs: ShellyPlusPlugS
shellyrgbw2: ShellyRGBW2
shellyswitch: Shelly2
shellyswitch25: Shelly25
shellyuni: ShellyUNI
ShellyVintage: ShellyVintage
ShellyPlus1Mini: ShellyPlus1Mini
ShellyMini1G3: ShellyMini1Gen3
ShellyMini1PMG3: ShellyMini1PMGen3
ShellyPlusRGBWPM: ShellyPlusRGBWPM

# Known unsupported models.
shellybulb: x
Expand Down

0 comments on commit fff6707

Please sign in to comment.