Skip to content

Commit 518dd07

Browse files
committed
Fix input mapping on Shelly2.5
Fixes #16
1 parent f76aad7 commit 518dd07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mos.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
author: 'Deomid "rojer" Ryabkov'
22
description: A HomeKit firmware for Shelly switches
3-
version: 1.3.2
3+
version: 1.3.3
44
platform: esp8266
55

66
libs_version: 2.17.0
@@ -176,12 +176,12 @@ conds:
176176
- ["sw1.id", 0]
177177
- ["sw1.name", "Shelly SW1"]
178178
- ["sw1.out_gpio", 4]
179-
- ["sw1.in_gpio", 5]
179+
- ["sw1.in_gpio", 13]
180180
- ["sw2", "sw", {"title": "SW2 settings"}]
181181
- ["sw2.id", 1]
182182
- ["sw2.name", "Shelly SW2"]
183183
- ["sw2.out_gpio", 15]
184-
- ["sw2.in_gpio", 13]
184+
- ["sw2.in_gpio", 5]
185185

186186
- when: mos.platform != "ubuntu"
187187
apply:

0 commit comments

Comments
 (0)