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)
SourceInstance methods
access
Sourceaccess=(access : Definitions::AccessControl::EntryPrivilege)
Sourceid
Sourceid=(id : DataType::CommandId)
Sourcename
Sourcename=(name : String)
Sourceoptional=(optional : Bool)
Sourceoptional?
Source