Skip to content

Commit

Permalink
Reference ReadEvent/ReadAttribute APIs on dev controller object
Browse files Browse the repository at this point in the history
  • Loading branch information
agners committed Sep 17, 2024
1 parent 61a1106 commit 420963a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/repl/Matter_Basic_Interactions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3504,7 +3504,7 @@
"source": [
"#### Read Events:\n",
"\n",
"A `ReadEvents` API exists that behaves similarly to the `ReadAttributes` API. It permits the same degrees of wildcard expression as its counterpart and follows the same format for expressing all wildcard permutations."
"A `ReadEvent` API exists that behaves similarly to the `ReadAttribute` API. It permits the same degrees of wildcard expression as its counterpart and follows the same format for expressing all wildcard permutations."
]
},
{
Expand Down Expand Up @@ -3609,7 +3609,7 @@
"source": [
"### Subscription Interaction\n",
"\n",
"To subscribe to a Node, the same `ReadAttributes` API is used to trigger a subscription, with a valid `reportInterval` tuple passed in being used as a way to indicate the request to create a subscription."
"To subscribe to a Node, the same `ReadAttribute` API is used to trigger a subscription, with a valid `reportInterval` tuple passed in being used as a way to indicate the request to create a subscription."
]
},
{
Expand Down

0 comments on commit 420963a

Please sign in to comment.