Refactor DALI command handling: streamline send methods and enhance scene color reporting

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Tony
2026-04-28 17:32:32 +08:00
parent 32e7329b3e
commit 9e1244712d
10 changed files with 84 additions and 38 deletions
+1 -1
View File
@@ -73,6 +73,6 @@ class DaliDT5 {
bool enable();
static int addrOf(int a);
bool send(int a, int code, bool twice = false);
bool send(int a, int code);
std::optional<int> query(int a, int code);
};