Additional string/value pairs for DotDot Serializer.
More...
Additional string/value pairs for DotDot Serializer.
◆ uic_dotdot_get_attribute_value_name()
Checks if a Cluster ID / Attribute ID / value has a name.
- Parameters
-
cluster_id | Cluster ID, for example 0x0006 or DOTDOT_ON_OFF_CLUSTER_ID |
attribute_id | Attribute ID, for example 0x0000 or DOTDOT_ON_OFF_ON_OFF_ATTRIBUTE_ID |
value | Value for the attribute ID |
- Returns
- String with the name of the value. Empty string in case of error
◆ uic_dotdot_has_attribute_value_a_name()
Checks if a Cluster ID / Attribute ID / value has a name.
- Parameters
-
cluster_id | Cluster ID, for example 0x0006 or DOTDOT_ON_OFF_CLUSTER_ID |
attribute_id | Attribute ID, for example 0x0000 or DOTDOT_ON_OFF_ON_OFF_ATTRIBUTE_ID |
value | Value for the attribute ID |
- Returns
- true if the value is special and has a name, false otherwise