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

Body of the AccountLogin loggedOut event

Type declaration

  • node: OptionalFieldType<NodeId>

    This field shall provide the Node ID corresponding to the user account that has logged out, if that Node ID is available. If it is NOT available, this field shall NOT be present in the event.

    MatterSpecification.v13.Cluster § 6.2.5.1.1

MatterSpecification.v13.Cluster § 6.2.5.1