struct

Matter::Cluster::CommandMetadata

Inherits Struct < Value < Object

Command metadata

Constructors

new(id : DataType::CommandId, name : String, optional : Bool = false, access : Definitions::AccessControl::EntryPrivilege = Definitions::AccessControl::EntryPrivilege::Operate)
Source

Instance methods

access
Source
access=(access : Definitions::AccessControl::EntryPrivilege)
Source
id=(id : DataType::CommandId)
Source
name
Source
name=(name : String)
Source
optional=(optional : Bool)
Source
optional?
Source