Input to the AccountLogin logout command

MatterSpecification.v13.Cluster § 6.2.4.4

interface LogoutRequest {
    node?: NodeId;
}

Hierarchy (view full)

Properties

Properties

node?: NodeId = ...

This optional field shall provide the Node ID of the Client. This field can be used by the Content

App to keep track of Nodes which currently have access to it.

MatterSpecification.v13.Cluster § 6.2.4.4.1