feat: add support for FunctionPropertyCommand and FunctionPropertyState in broadcast management request handling
Signed-off-by: Tony <tonylu@tony-cloud.com>
This commit is contained in:
@@ -51,6 +51,8 @@ bool IsBroadcastManagementRequest(CemiFrame& frame) {
|
|||||||
case IndividualAddressRead:
|
case IndividualAddressRead:
|
||||||
case IndividualAddressSerialNumberRead:
|
case IndividualAddressSerialNumberRead:
|
||||||
case IndividualAddressSerialNumberWrite:
|
case IndividualAddressSerialNumberWrite:
|
||||||
|
case FunctionPropertyCommand:
|
||||||
|
case FunctionPropertyState:
|
||||||
return true;
|
return true;
|
||||||
default:
|
default:
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
@@ -64,6 +64,8 @@ bool IsBroadcastManagementRequest(CemiFrame& frame) {
|
|||||||
case IndividualAddressRead:
|
case IndividualAddressRead:
|
||||||
case IndividualAddressSerialNumberRead:
|
case IndividualAddressSerialNumberRead:
|
||||||
case IndividualAddressSerialNumberWrite:
|
case IndividualAddressSerialNumberWrite:
|
||||||
|
case FunctionPropertyCommand:
|
||||||
|
case FunctionPropertyState:
|
||||||
return true;
|
return true;
|
||||||
default:
|
default:
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user