Files
esp-idf/examples/zigbee/light_sample/README.md
T

13 lines
715 B
Markdown
Raw Normal View History

2021-10-20 18:45:55 +08:00
# Light Switch and Bulb Control Example
(See the `README.md` file in the upper level 'examples' directory for more information about examples.)
## Overview
The folder contains examples demonstrating Zigbee Coordinator and End-Device roles
2021-10-20 18:45:55 +08:00
* [light_bulb](light_bulb) is a light bulb example demonstrating Zigbee End-Device role. It provides a simple on/off condition for a Zigbee light. It runs on an 802.15.4 SoC like ESP32-H2. For more details see the example readme file.
2021-10-20 18:45:55 +08:00
* [light_switch](light_switch) is a light switch example demonstrating Zigbee Coordinator role. It provides an on/off toggle to control light. It runs on an 802.15.4 SoC like ESP32-H2. For more details to see the example readme file.
2021-10-20 18:45:55 +08:00