Skip to content

Commit

Permalink
docs(): Fix readmes typos
Browse files Browse the repository at this point in the history
  • Loading branch information
P-R-O-C-H-Y committed May 15, 2024
1 parent c396676 commit 64ff565
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions libraries/ESP32/examples/Zigbee/Zigbee_Light_Bulb/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Arduino-ESP32 Zigbee Light Bulb Example

This example shows how to configure the Zigbee end device and use it as a HA on/off light bulb.
This example shows how to configure the Zigbee end device and use it as a Home Automation (HA) on/off light bulb.

**This example is based on ESP-Zigbee-SDK example esp_zigbee_HA_sample/HA_on_off_light.**

Expand Down Expand Up @@ -40,7 +40,7 @@ You can do the following:
* In the sketch uncomment function `esp_zb_nvram_erase_at_start(true);` located in `esp_zb_task` function.

By default, the coordinator network is open for 180s after rebooting or flashing new firmware. After that, the network is closed for adding new devices.
You can change by editing `esp_zb_bdb_open_network(180);` in `esp_zb_app_signal_handler` function.
You can change it by editing `esp_zb_bdb_open_network(180);` in `esp_zb_app_signal_handler` function.

***Important: Make sure you are using a good quality USB cable and that you have a reliable power source***

Expand Down
4 changes: 2 additions & 2 deletions libraries/ESP32/examples/Zigbee/Zigbee_Light_Switch/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Arduino-ESP32 Zigbee Light Switch Example

This example shows how to configure Zigbee Coordinator and use it as an HA on/off light switch.
This example shows how to configure Zigbee Coordinator and use it as a Home Automation (HA) on/off light switch.

**This example is based on ESP-Zigbee-SDK example esp_zigbee_HA_sample/HA_on_off_switch.**

Expand Down Expand Up @@ -40,7 +40,7 @@ You can do the following:
* In the `Zigbee_Light_Bulb` example sketch uncomment function `esp_zb_nvram_erase_at_start(true);` located in `esp_zb_task` function.

By default, the coordinator network is open for 180s after rebooting or flashing new firmware. After that, the network is closed for adding new devices.
You can change by editing `esp_zb_bdb_open_network(180);` in `esp_zb_app_signal_handler` function.
You can change it by editing `esp_zb_bdb_open_network(180);` in `esp_zb_app_signal_handler` function.

***Important: Make sure you are using a good quality USB cable and that you have a reliable power source***

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Arduino-ESP32 Zigbee Temperature Sensor Example

This example shows how to configure the Zigbee end device and use it as a HA temperature sensor.
This example shows how to configure the Zigbee end device and use it as a Home Automation (HA) temperature sensor.

**This example is based on ESP-Zigbee-SDK example esp_zigbee_HA_sample/HA_temperature_sensor.**

Expand Down Expand Up @@ -29,7 +29,7 @@ Functions:

### Configure the Project

In this example, the temperature sensor task is reading the chip temperature.
In this example, the internal temperature sensor task is reading the chip temperature.
Set the Button Switch GPIO by changing the `GPIO_INPUT_IO_TOGGLE_SWITCH` definition. By default, it's the `GPIO_NUM_9` (BOOT button on ESP32-C6 and ESP32-H2).

#### Using Arduino IDE
Expand All @@ -50,7 +50,7 @@ You can do the following:
* In the sketch uncomment function `esp_zb_nvram_erase_at_start(true);` located in `esp_zb_task` function.

By default, the coordinator network is open for 180s after rebooting or flashing new firmware. After that, the network is closed for adding new devices.
You can change by editing `esp_zb_bdb_open_network(180);` in `esp_zb_app_signal_handler` function.
You can change it by editing `esp_zb_bdb_open_network(180);` in `esp_zb_app_signal_handler` function.

***Important: Make sure you are using a good quality USB cable and that you have a reliable power source***

Expand Down
4 changes: 2 additions & 2 deletions libraries/ESP32/examples/Zigbee/Zigbee_Thermostat/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Arduino-ESP32 Zigbee Thermostat Example

This example shows how to configure Zigbee Coordinator and use it as an HA thermostat.
This example shows how to configure Zigbee Coordinator and use it as a Home Automation (HA) thermostat.

**This example is based on ESP-Zigbee-SDK example esp_zigbee_HA_sample/HA_thermostat.**

Expand Down Expand Up @@ -49,7 +49,7 @@ You can do the following:
* In the `Zigbee_Temperature_Sensor` example sketch uncomment function `esp_zb_nvram_erase_at_start(true);` located in `esp_zb_task` function.

By default, the coordinator network is open for 180s after rebooting or flashing new firmware. After that, the network is closed for adding new devices.
You can change by editing `esp_zb_bdb_open_network(180);` in `esp_zb_app_signal_handler` function.
You can change it by editing `esp_zb_bdb_open_network(180);` in `esp_zb_app_signal_handler` function.

***Important: Make sure you are using a good quality USB cable and that you have a reliable power source***

Expand Down

0 comments on commit 64ff565

Please sign in to comment.