Skip to content

Commit

Permalink
Fix conversion error
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Aug 14, 2024
1 parent e1f29bd commit 9a5c5ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ using Protocols::InteractionModel::Status;
///
/// If it returns std::nullopt, then there is no AAI to handle the given path
/// and processing should figure out the value otherwise (generally from other ember data)
std::optional<CHIP_ERROR> TryWriteViaAccessInterface(const ConcreteAttributePath & path, AttributeAccessInterface * aai,
std::optional<CHIP_ERROR> TryWriteViaAccessInterface(const ConcreteDataAttributePath & path, AttributeAccessInterface * aai,
AttributeValueDecoder & decoder)
{
// Processing can happen only if an attribute access interface actually exists..
Expand Down

0 comments on commit 9a5c5ce

Please sign in to comment.