Enhance DALI interface: add gateway parameter to scene and color methods for improved command handling

This commit is contained in:
Tony
2026-05-02 21:32:39 +08:00
parent 9f9628db39
commit 16907857c0
6 changed files with 199 additions and 37 deletions
+4
View File
@@ -49,8 +49,12 @@ class DaliDecode {
static std::string hex(int v);
static std::string bin(int v);
static std::string yn(bool b);
static std::string ynUpper(bool b);
static std::string whoLabel(int addr, bool even);
static std::string deviceTypeName(int v);
static std::string lightSourceName(int v);
static std::string booleanQueryLabel(int c);
static std::string fadeTimeLabel(int code);
static std::string fadeRateLabel(int code);
DecodedRecord withRaw(const DecodedRecord& r) const;
};