| // DO NOT EDIT MANUALLY - Generated file |
| // |
| // Identifier constant values for cluster ZoneManagement (cluster code: 1360/0x550) |
| // based on src/controller/data_model/controller-clusters.matter |
| #pragma once |
| |
| #include <lib/core/DataModelTypes.h> |
| |
| namespace chip { |
| namespace app { |
| namespace Clusters { |
| namespace ZoneManagement { |
| namespace Commands { |
| |
| // Total number of client to server commands supported by the cluster |
| inline constexpr uint32_t kAcceptedCommandsCount = 5; |
| |
| // Total number of server to client commands supported by the cluster (response commands) |
| inline constexpr uint32_t kGeneratedCommandsCount = 1; |
| |
| namespace CreateTwoDCartesianZone { |
| inline constexpr CommandId Id = 0x00000000; |
| } // namespace CreateTwoDCartesianZone |
| |
| namespace UpdateTwoDCartesianZone { |
| inline constexpr CommandId Id = 0x00000002; |
| } // namespace UpdateTwoDCartesianZone |
| |
| namespace RemoveZone { |
| inline constexpr CommandId Id = 0x00000003; |
| } // namespace RemoveZone |
| |
| namespace CreateOrUpdateTrigger { |
| inline constexpr CommandId Id = 0x00000004; |
| } // namespace CreateOrUpdateTrigger |
| |
| namespace RemoveTrigger { |
| inline constexpr CommandId Id = 0x00000005; |
| } // namespace RemoveTrigger |
| |
| namespace CreateTwoDCartesianZoneResponse { |
| inline constexpr CommandId Id = 0x00000001; |
| } // namespace CreateTwoDCartesianZoneResponse |
| |
| } // namespace Commands |
| } // namespace ZoneManagement |
| } // namespace Clusters |
| } // namespace app |
| } // namespace chip |