Enhance DALI interface: add gateway parameter to scene and color methods for improved command handling
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user