Commit Graph
5 Commits
Author SHA1 Message Date
Felipe fcecd9d273 feat: Adiciona suporte para sensor de temperatura e umidade DHT11 com integração Zigbee 2026-01-15 23:56:47 +00:00
Felipe 95ebb660a2 feat: Atualiza informações do fabricante e identificador do modelo 2026-01-15 23:22:50 +00:00
Felipe 675c6aadcd Modular v1 2026-01-15 23:11:17 +00:00
Felipe 2b9642ebd2 feat: Adiciona suporte para controle de LED RGB e animações de estado 2026-01-15 22:55:23 +00:00
Felipe a05ac96d97 feat: Initialize ESP-IDF project with Zigbee HA_on_off_switch example
- Added .devcontainer configuration for development environment.
- Created .gitignore to exclude unnecessary files.
- Configured C/C++ properties for ESP-IDF in VSCode.
- Set up launch configurations for debugging.
- Defined project settings for ESP-IDF in VSCode.
- Created CMakeLists.txt for project build configuration.
- Added README.md with project overview and usage instructions.
- Established dependencies for Zigbee libraries in dependencies.lock.
- Implemented main application logic in esp_zb_switch.c and esp_zb_switch.h.
- Developed switch driver functionality in switch_driver.c and switch_driver.h.
- Configured partition table in partitions.csv for NVS and application storage.
- Set default SDK configuration in sdkconfig.defaults for project settings.
2026-01-15 21:46:31 +00:00