mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
12 lines
697 B
Markdown
12 lines
697 B
Markdown
# Light Switch and Bulb Control Example
|
|
|
|
See the [README.md](../README.md) file in the upper level [examples](../) directory for more information about examples.
|
|
|
|
## Overview
|
|
|
|
The folder contains two Zigbee examples demonstrating Coordinator and End Device roles.
|
|
|
|
* [HA_on_off_light](HA_on_off_light) is a standard Zigbee coordinator acting as Home Automation On/Off light bulb. It runs on an 802.15.4 SoC like ESP32-H2. For more details see [README](HA_on_off_light/README.md).
|
|
|
|
* [HA_on_off_switch](HA_on_off_switch) is a standard Zigbee End-device acting as Home Automation On/Off switch. It runs on an 802.15.4 SoC like ESP32-H2. For more details to see [README](HA_on_off_switch/README.md).
|