Fix typos

Dominik Palo 2019-07-20 22:44:21 +02:00
parent 095c48863d
commit 61fbc09b75
1 changed files with 3 additions and 3 deletions

@ -82,7 +82,7 @@ mosquitto_pub -h openhab.sf -t 'cmnd/rgbled/color' -m '#ff0000ff'
### RF control
If you have a RF variant, you will want to configure the GPIOs like this:
If you have an RF variant, you will want to configure the GPIOs like this:
```
{ "MagicHome RF", // Magic Home RF (ESP8266) - (Arilux LC10)
@ -117,7 +117,7 @@ or like this:
0, 0, 0
},
```
After chosing the correct module type in your Tasmota configuration, press a key on the remote after boot for the device to learn your code.
After choosing the correct module type in your Tasmota configuration, press a key on the remote after boot for the device to learn your code.
### Full Set of rules for IR remote
Each rule can only be 511 characters long, some of the colors below use the built in predefined shortcut color numbers.
@ -137,4 +137,4 @@ mosquitto_pub -t 'cmnd/RGBled/rule2' -m 'ON'
mosquitto_pub -t 'cmnd/RGBled/rule3' -m 'ON'
```
The hex codes for the "Data" value come from the data tag when looking at the JSON sent via MQTT. You can also view this data on the Tasmota console screen. From here you can program it to do what ever you want. See here for more details: https://github.com/arendst/Sonoff-Tasmota/wiki/Rules
The hex codes for the "Data" value come from the data tag when looking at the JSON sent via MQTT. You can also view this data on the Tasmota console screen. From here you can program it to do whatever you want. See here for more details: https://github.com/arendst/Sonoff-Tasmota/wiki/Rules