Skip to content

Commit

Permalink
2.14.0-alpha2
Browse files Browse the repository at this point in the history
  • Loading branch information
markirb committed Jan 10, 2025
1 parent e66d504 commit 74effa4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion 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.13.4-alpha1
version: 2.13.4-alpha2

libs_version: latest
modules_version: latest
Expand Down Expand Up @@ -909,6 +909,7 @@ conds:
- src/BL0942
libs:
- location: https://github.com/mongoose-os-libs/mongoose
- location: https://github.com/mongoose-os-libs/neopixel
build_vars:
OTA_DATA_ADDR: 0x10000
OTA_DATA_SIZE: 0x4000
Expand Down Expand Up @@ -948,6 +949,8 @@ conds:
- ["sw1.svc_type", 1] # Outlet
- ["sw1.initial_state", 2]
- ["sw1.state_led_en", 1]
- ["led.color_on", "i", 0x00FF00, {title: "LED color when on"}]
- ["led.color_off", "i", 0xFF0000, {title: "LED color when off"}]

- when: build_vars.MODEL == "Shelly1PMGen3"
apply:
Expand Down

0 comments on commit 74effa4

Please sign in to comment.