Refactor DALI command handling: streamline send methods and enhance scene color reporting
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
+1
-1
@@ -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);
|
||||
};
|
||||
Reference in New Issue
Block a user