Commit Graph

3 Commits

Author SHA1 Message Date
Tony 9f9628db39 Refactor DALI command handling: update DALI_DT1 and DALI_DT6 methods for improved command execution and status querying 2026-05-01 04:39:17 +08:00
Tony bbcfcd11f6 Add support for DT4, DT5, and DT6 devices
- Updated CMakeLists.txt to include new source files for DT4, DT5, and DT6.
- Modified dali.hpp to include headers for DT4, DT5, and DT6.
- Added command definitions for DT4, DT5, and DT6 in dali_define.hpp.
- Enhanced DaliDeviceCapabilities to support DT4, DT5, and DT6 detection.
- Implemented DT4 and DT5 classes with methods for device control and status querying.
- Created DT6 class with methods for device control and status querying.
- Updated decode.cpp to include new device types in the deviceTypeName mapping.
- Enhanced device.cpp to handle new device capabilities.
2026-04-24 13:36:08 +08:00
Tony 7e8ac7f566 initial commit 2026-03-26 12:04:08 +08:00