Body of the AccountLogin loggedOut event

MatterSpecification.v13.Cluster § 6.2.5.1

interface LoggedOutEvent {
    node?: NodeId;
}

Hierarchy (view full)

Properties

Properties

node?: 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