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:
Tony
2026-06-15 16:11:19 +08:00
parent 9598147dd5
commit 780b4aa8d5
6 changed files with 18 additions and 14 deletions
@@ -848,6 +848,8 @@ bool IsKnxBroadcastManagementRequest(CemiFrame& frame) {
case IndividualAddressRead:
case IndividualAddressSerialNumberRead:
case IndividualAddressSerialNumberWrite:
case FunctionPropertyCommand:
case FunctionPropertyState:
return true;
default:
return false;