diff --git a/MagicHome-with-ESP8285.md b/MagicHome-with-ESP8285.md index 03d2e85e..c459071f 100644 --- a/MagicHome-with-ESP8285.md +++ b/MagicHome-with-ESP8285.md @@ -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