Matter::InteractionModel::ConcreteAttributePath
Inherits Struct < Value < Object
Concrete attribute path with data version
Constructors
new(endpoint : UInt16, cluster : UInt32, attribute : UInt32, list_index : UInt16 | Nil = nil)
SourceInstance methods
==(other : ConcreteAttributePath) : Bool
Sourceattribute
Sourceattribute=(attribute : UInt32)
Sourcecluster
Sourcecluster=(cluster : UInt32)
Sourceendpoint
Sourceendpoint=(endpoint : UInt16)
Sourcelist_index
Sourcelist_index=(list_index : UInt16 | Nil)
Sourceto_path
Sourceto_s
Returns a nicely readable and concise string representation of this object, typically intended for users.
This method should usually not be overridden. It delegates to
#to_s(IO) which can be overridden for custom implementations.
Also see #inspect.