TlvLogoutRequest: ObjectSchema<{
    node: OptionalFieldType<NodeId>;
}> = ...

Input to the AccountLogin logout command

Type declaration

  • node: OptionalFieldType<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

MatterSpecification.v13.Cluster § 6.2.4.4