We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f76aad7 commit 518dd07Copy full SHA for 518dd07
mos.yml
@@ -1,6 +1,6 @@
1
author: 'Deomid "rojer" Ryabkov'
2
description: A HomeKit firmware for Shelly switches
3
-version: 1.3.2
+version: 1.3.3
4
platform: esp8266
5
6
libs_version: 2.17.0
@@ -176,12 +176,12 @@ conds:
176
- ["sw1.id", 0]
177
- ["sw1.name", "Shelly SW1"]
178
- ["sw1.out_gpio", 4]
179
- - ["sw1.in_gpio", 5]
+ - ["sw1.in_gpio", 13]
180
- ["sw2", "sw", {"title": "SW2 settings"}]
181
- ["sw2.id", 1]
182
- ["sw2.name", "Shelly SW2"]
183
- ["sw2.out_gpio", 15]
184
- - ["sw2.in_gpio", 13]
+ - ["sw2.in_gpio", 5]
185
186
- when: mos.platform != "ubuntu"
187
apply:
0 commit comments