| // DO NOT EDIT MANUALLY - Generated file |
| // |
| // Identifier constant values for cluster AudioOutput (cluster code: 1291/0x50B) |
| // based on src/controller/data_model/controller-clusters.matter |
| #pragma once |
| |
| #include <lib/core/DataModelTypes.h> |
| |
| namespace chip { |
| namespace app { |
| namespace Clusters { |
| namespace AudioOutput { |
| namespace Commands { |
| namespace SelectOutput { |
| inline constexpr CommandId Id = 0x00000000; |
| } // namespace SelectOutput |
| |
| namespace RenameOutput { |
| inline constexpr CommandId Id = 0x00000001; |
| } // namespace RenameOutput |
| |
| } // namespace Commands |
| } // namespace AudioOutput |
| } // namespace Clusters |
| } // namespace app |
| } // namespace chip |