You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can control a ceiling fan from a Sonoff Touch:
242
242
If your standard topic of Sonoff Touch is `light` and the ceiling fan topic is `ceilingfan` issue these commands on the Sonoff Touch to activate the double press feature.
243
-
```
244
-
buttontopic ceilingfan
245
-
setoption11 1
243
+
```console
244
+
ButtonTopic ceilingfan
245
+
SetOption11 1
246
246
```
247
247
All of the above is easier accomplished using [Rules](Rules)!
0 commit comments