{{> header}} | |
#include <app-common/zap-generated/ids/Attributes.h> | |
#include <app-common/zap-generated/ids/Clusters.h> | |
#include <app-common/zap-generated/ids/Commands.h> | |
char const * ClusterIdToText(chip::ClusterId id); | |
char const * AttributeIdToText(chip::ClusterId cluster, chip::AttributeId id); | |
char const * AcceptedCommandIdToText(chip::ClusterId cluster, chip::CommandId id); | |
char const * GeneratedCommandIdToText(chip::ClusterId cluster, chip::CommandId id); |