feat: update DaliDomainService to support logarithmic brightness control and enhance KNX broadcast management request handling
Signed-off-by: Tony <tonylu@tony-cloud.com>
This commit is contained in:
@@ -848,6 +848,8 @@ bool IsKnxBroadcastManagementRequest(CemiFrame& frame) {
|
||||
case IndividualAddressRead:
|
||||
case IndividualAddressSerialNumberRead:
|
||||
case IndividualAddressSerialNumberWrite:
|
||||
case FunctionPropertyCommand:
|
||||
case FunctionPropertyState:
|
||||
return true;
|
||||
default:
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user