blob: 24e01b878796fa74e00fae0900fc793b26c6eadb [file] [log] [blame]
// DO NOT EDIT MANUALLY - Generated file
//
// Identifier constant values for cluster MediaPlayback (cluster code: 1286/0x506)
// based on src/controller/data_model/controller-clusters.matter
#pragma once
#include <clusters/shared/GlobalIds.h>
#include <lib/core/DataModelTypes.h>
namespace chip {
namespace app {
namespace Clusters {
namespace MediaPlayback {
namespace Attributes {
// Total number of attributes supported by the cluster, including global attributes
inline constexpr uint32_t kAttributesCount = 16;
namespace CurrentState {
inline constexpr AttributeId Id = 0x00000000;
} // namespace CurrentState
namespace StartTime {
inline constexpr AttributeId Id = 0x00000001;
} // namespace StartTime
namespace Duration {
inline constexpr AttributeId Id = 0x00000002;
} // namespace Duration
namespace SampledPosition {
inline constexpr AttributeId Id = 0x00000003;
} // namespace SampledPosition
namespace PlaybackSpeed {
inline constexpr AttributeId Id = 0x00000004;
} // namespace PlaybackSpeed
namespace SeekRangeEnd {
inline constexpr AttributeId Id = 0x00000005;
} // namespace SeekRangeEnd
namespace SeekRangeStart {
inline constexpr AttributeId Id = 0x00000006;
} // namespace SeekRangeStart
namespace ActiveAudioTrack {
inline constexpr AttributeId Id = 0x00000007;
} // namespace ActiveAudioTrack
namespace AvailableAudioTracks {
inline constexpr AttributeId Id = 0x00000008;
} // namespace AvailableAudioTracks
namespace ActiveTextTrack {
inline constexpr AttributeId Id = 0x00000009;
} // namespace ActiveTextTrack
namespace AvailableTextTracks {
inline constexpr AttributeId Id = 0x0000000A;
} // namespace AvailableTextTracks
namespace GeneratedCommandList {
inline constexpr AttributeId Id = Globals::Attributes::GeneratedCommandList::Id;
} // namespace GeneratedCommandList
namespace AcceptedCommandList {
inline constexpr AttributeId Id = Globals::Attributes::AcceptedCommandList::Id;
} // namespace AcceptedCommandList
namespace AttributeList {
inline constexpr AttributeId Id = Globals::Attributes::AttributeList::Id;
} // namespace AttributeList
namespace FeatureMap {
inline constexpr AttributeId Id = Globals::Attributes::FeatureMap::Id;
} // namespace FeatureMap
namespace ClusterRevision {
inline constexpr AttributeId Id = Globals::Attributes::ClusterRevision::Id;
} // namespace ClusterRevision
} // namespace Attributes
} // namespace MediaPlayback
} // namespace Clusters
} // namespace app
} // namespace chip