Skip to content

Commit

Permalink
Encode empty list
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs committed May 16, 2023
1 parent 6cc4b1f commit f88c14b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ CHIP_ERROR IcdManagementAttributeAccess::Read(const ConcreteReadAttributePath &

CHIP_ERROR IcdManagementAttributeAccess::ReadRegisteredClients(EndpointId endpoint, AttributeValueEncoder & encoder)
{
return CHIP_ERROR_UNSUPPORTED_CHIP_FEATURE;
return encoder.EncodeEmptyList();
}

IcdManagementAttributeAccess gAttribute;
Expand Down

0 comments on commit f88c14b

Please sign in to comment.