Skip to content

Commit

Permalink
Added a comment to attribute access interface re: removal
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarmelveilleux committed Oct 31, 2023
1 parent 7d19e27 commit d98c347
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ CHIP_ERROR GeneralDiagosticsAttrAccess::Read(const ConcreteReadAttributePath & a
bool isTestEventTriggersEnabled = IsTestEventTriggerEnabled();
return aEncoder.Encode(isTestEventTriggersEnabled);
}
// Note: Attribute ID 0x0009 was removed (#30002).
default: {
break;
}
Expand Down

0 comments on commit d98c347

Please sign in to comment.