Matter::Cluster::Definitions::AccessControl::EntryPrivilege
Inherits Enum < Comparable < Value < Object
This value implicitly grants View privileges
Constants
View = 1_u8
Can read and observe all (except Access Control Cluster and as seen by a non-Proxy)
ProxyView = 2_u8
Can read and observe all (as seen by a Proxy)
Operate = 3_u8
View privileges, and can perform the primary function of this Node (except Access Control Cluster) This value implicitly grants View privileges
Manage = 4_u8
Operate privileges, and can modify persistent configuration of this Node (except Access Control Cluster) This value implicitly grants Operate & View privileges
Administer = 5_u8
Manage privileges, and can observe and modify the Access Control Cluster This value implicitly grants Manage, Operate, Proxy View & View privileges