Skip to content

Commit

Permalink
bump to 2.13.0; invert button for RGBWPM
Browse files Browse the repository at this point in the history
  • Loading branch information
markirb committed Oct 20, 2024
1 parent 047b7ea commit 831adb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.13.0-beta2
version: 2.13.0

libs_version: latest
modules_version: latest
Expand Down Expand Up @@ -651,7 +651,7 @@ conds:
LED_GPIO: 14
LED_ON: 0
BTN_GPIO: 22
BTN_DOWN: 0
BTN_DOWN: 1
GPIO_R: 25
GPIO_G: 26
GPIO_B: 27
Expand Down

0 comments on commit 831adb3

Please sign in to comment.