esp-idf/examples/zigbee/light_sample
Shu Chen aab24b0dd7 feat(ieee802154): make the receive done handler feature mandatory 2024-01-25 20:27:03 +08:00
..
HA_on_off_light feat(ieee802154): make the receive done handler feature mandatory 2024-01-25 20:27:03 +08:00
HA_on_off_switch feat(ieee802154): make the receive done handler feature mandatory 2024-01-25 20:27:03 +08:00
README.md esp32h4: removed esp32h4 related codes 2023-04-23 12:03:07 +00:00
pytest_esp_zigbee.py ci(zigbee): Add pytest for esp32h2 in CI 2023-07-13 15:15:33 +08:00

README.md

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

  • HA_on_off_light is a standard HA on-off light bulb example demonstrating Zigbee End-device. 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.

  • HA_on_off_switch is a standard HA on-off switch example demonstrating Zigbee Coordinator role. It provides an on/off toggle to control a Zigbee HA on off light. It runs on an 802.15.4 SoC like ESP32-H2. For more details to see the example readme file.