Skip to content

Commit 420963a

Browse files
committed
Reference ReadEvent/ReadAttribute APIs on dev controller object
1 parent 61a1106 commit 420963a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/repl/Matter_Basic_Interactions.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -3504,7 +3504,7 @@
35043504
"source": [
35053505
"#### Read Events:\n",
35063506
"\n",
3507-
"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."
3507+
"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."
35083508
]
35093509
},
35103510
{
@@ -3609,7 +3609,7 @@
36093609
"source": [
36103610
"### Subscription Interaction\n",
36113611
"\n",
3612-
"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."
3612+
"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."
36133613
]
36143614
},
36153615
{

0 commit comments

Comments
 (0)