# 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).