| // DO NOT EDIT MANUALLY - Generated file |
| // |
| // Identifier constant values for cluster ClosureControl (cluster code: 260/0x104) |
| // based on src/controller/data_model/controller-clusters.matter |
| #pragma once |
| |
| #include <lib/core/DataModelTypes.h> |
| |
| namespace chip { |
| namespace app { |
| namespace Clusters { |
| namespace ClosureControl { |
| namespace Events { |
| namespace OperationalError { |
| inline constexpr EventId Id = 0x00000000; |
| } // namespace OperationalError |
| |
| namespace MovementCompleted { |
| inline constexpr EventId Id = 0x00000001; |
| } // namespace MovementCompleted |
| |
| namespace EngageStateChanged { |
| inline constexpr EventId Id = 0x00000002; |
| } // namespace EngageStateChanged |
| |
| namespace SecureStateChanged { |
| inline constexpr EventId Id = 0x00000003; |
| } // namespace SecureStateChanged |
| |
| } // namespace Events |
| } // namespace ClosureControl |
| } // namespace Clusters |
| } // namespace app |
| } // namespace chip |