blob: 2b591bda514b33b546962c4288c5c347b9b715f8 [file] [log] [blame]
// DO NOT EDIT MANUALLY - Generated file
//
// Identifier constant values for cluster DishwasherAlarm (cluster code: 93/0x5D)
// based on src/controller/data_model/controller-clusters.matter
#pragma once
#include <lib/core/DataModelTypes.h>
namespace chip {
namespace app {
namespace Clusters {
namespace DishwasherAlarm {
namespace Commands {
// Total number of client to server commands supported by the cluster
inline constexpr uint32_t kAcceptedCommandsCount = 2;
// Total number of server to client commands supported by the cluster (response commands)
inline constexpr uint32_t kGeneratedCommandsCount = 0;
namespace Reset {
inline constexpr CommandId Id = 0x00000000;
} // namespace Reset
namespace ModifyEnabledAlarms {
inline constexpr CommandId Id = 0x00000001;
} // namespace ModifyEnabledAlarms
} // namespace Commands
} // namespace DishwasherAlarm
} // namespace Clusters
} // namespace app
} // namespace chip