| // DO NOT EDIT MANUALLY - Generated file |
| // |
| // Identifier constant values for cluster BooleanStateConfiguration (cluster code: 128/0x80) |
| // based on src/controller/data_model/controller-clusters.matter |
| #pragma once |
| |
| #include <lib/core/DataModelTypes.h> |
| |
| namespace chip { |
| namespace app { |
| namespace Clusters { |
| namespace BooleanStateConfiguration { |
| namespace Events { |
| namespace AlarmsStateChanged { |
| inline constexpr EventId Id = 0x00000000; |
| } // namespace AlarmsStateChanged |
| |
| namespace SensorFault { |
| inline constexpr EventId Id = 0x00000001; |
| } // namespace SensorFault |
| |
| } // namespace Events |
| } // namespace BooleanStateConfiguration |
| } // namespace Clusters |
| } // namespace app |
| } // namespace chip |