From 61fbc09b7531637d7a7d5a349cb5170b4575226b Mon Sep 17 00:00:00 2001 From: Dominik Palo Date: Sat, 20 Jul 2019 22:44:21 +0200 Subject: [PATCH] Fix typos --- MagicHome-with-ESP8285.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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