From 7c9870aa32b8ca6430adf3992556690843ede241 Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Thu, 1 Nov 2018 13:50:17 +0100 Subject: [PATCH] Order the sonoff-4ch channels correctly (idx0 == chan1) --- fs/sonoff-4ch.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fs/sonoff-4ch.json b/fs/sonoff-4ch.json index 24e2bfb..1daa77f 100644 --- a/fs/sonoff-4ch.json +++ b/fs/sonoff-4ch.json @@ -3,9 +3,9 @@ "statusled": 13, "statusled_invert": true, "channels": [ - { "led": -1, "relay": 15, "button": 14 }, - { "led": -1, "relay": 4, "button": 10 }, + { "led": -1, "relay": 12, "button": 0 }, { "led": -1, "relay": 5, "button": 9 }, - { "led": -1, "relay": 12, "button": 0 } + { "led": -1, "relay": 4, "button": 10 }, + { "led": -1, "relay": 15, "button": 14 } ] }