-
Hello, I'd like to read an Matter attribute with the command read_attribute. Do you have an Websocket Regards |
Beta Was this translation helpful? Give feedback.
Answered by
lboue
Nov 24, 2024
Replies: 1 comment
-
I managed to find the answer:
{
"message_id": "2",
"command":"read_attribute",
"args":{
"node_id":5,
"attribute_path":"27/8/0"
}
}
{
"message_id": "2",
"result": {
"27/8/0": 128
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lboue
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I managed to find the answer:
read_attribute
requestread_attribute
response