Skip to content

Commit

Permalink
Dont read through and bypass cache
Browse files Browse the repository at this point in the history
  • Loading branch information
woody-apple committed Nov 2, 2023
1 parent 94a6f93 commit b6b5546
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/darwin/Framework/CHIP/MTRDevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,9 @@ typedef NS_ENUM(NSUInteger, MTRDeviceState) {
/**
* Read attribute in a designated attribute path
*
* TODO: Need to document that this returns "the system's best guess" of attribute values.
* TODO: Need to fully document that this returns "the system's best guess" of attribute values.
* Note: This method will return nil for both attributes that are not yet subscribed to (which is done automatically),
* and there is no cached value.
*
* @return a data-value dictionary of the attribute as described in MTRDeviceResponseHandler
*/
Expand Down
2 changes: 1 addition & 1 deletion third_party/libwebsockets/repo

0 comments on commit b6b5546

Please sign in to comment.