diff --git a/examples/all-clusters-app/all-clusters-common/all-clusters-app.matter b/examples/all-clusters-app/all-clusters-common/all-clusters-app.matter index 15cef48f6500c6..e35e8c890faa7f 100644 --- a/examples/all-clusters-app/all-clusters-common/all-clusters-app.matter +++ b/examples/all-clusters-app/all-clusters-common/all-clusters-app.matter @@ -466,7 +466,7 @@ cluster OnOff = 6 { } /** Attributes and commands for configuring On/Off switching devices. */ -cluster OnOffSwitchConfiguration = 7 { +deprecated cluster OnOffSwitchConfiguration = 7 { revision 1; // NOTE: Default/not specifically set readonly attribute enum8 switchType = 0; @@ -605,7 +605,7 @@ cluster LevelControl = 8 { } /** An interface for reading the value of a binary measurement and accessing various characteristics of that measurement. */ -cluster BinaryInputBasic = 15 { +deprecated cluster BinaryInputBasic = 15 { revision 1; // NOTE: Default/not specifically set attribute optional char_string<16> activeText = 4; @@ -3790,7 +3790,7 @@ cluster WindowCovering = 258 { } /** This cluster provides control of a barrier (garage door). */ -cluster BarrierControl = 259 { +deprecated cluster BarrierControl = 259 { revision 1; // NOTE: Default/not specifically set bitmap BarrierControlCapabilities : bitmap8 { @@ -5321,7 +5321,7 @@ cluster LowPower = 1288 { } /** Attributes related to the electrical properties of a device. This cluster is used by power outlets and other devices that need to provide instantaneous data as opposed to metrology data which should be retrieved from the metering cluster.. */ -cluster ElectricalMeasurement = 2820 { +deprecated cluster ElectricalMeasurement = 2820 { revision 3; readonly attribute optional bitmap32 measurementType = 0; diff --git a/examples/tv-casting-app/tv-casting-common/tv-casting-app.matter b/examples/tv-casting-app/tv-casting-common/tv-casting-app.matter index 810f249772319e..6a433cd7faa2a3 100644 --- a/examples/tv-casting-app/tv-casting-common/tv-casting-app.matter +++ b/examples/tv-casting-app/tv-casting-common/tv-casting-app.matter @@ -326,7 +326,7 @@ cluster LevelControl = 8 { } /** An interface for reading the value of a binary measurement and accessing various characteristics of that measurement. */ -cluster BinaryInputBasic = 15 { +deprecated cluster BinaryInputBasic = 15 { revision 1; // NOTE: Default/not specifically set attribute optional char_string<16> activeText = 4; diff --git a/src/controller/data_model/controller-clusters.matter b/src/controller/data_model/controller-clusters.matter index 93a84d307e6e75..033cb6cb7464fc 100644 --- a/src/controller/data_model/controller-clusters.matter +++ b/src/controller/data_model/controller-clusters.matter @@ -394,7 +394,7 @@ cluster OnOff = 6 { } /** Attributes and commands for configuring On/Off switching devices. */ -cluster OnOffSwitchConfiguration = 7 { +deprecated cluster OnOffSwitchConfiguration = 7 { revision 1; // NOTE: Default/not specifically set readonly attribute enum8 switchType = 0; @@ -533,7 +533,7 @@ cluster LevelControl = 8 { } /** An interface for reading the value of a binary measurement and accessing various characteristics of that measurement. */ -cluster BinaryInputBasic = 15 { +deprecated cluster BinaryInputBasic = 15 { revision 1; // NOTE: Default/not specifically set attribute optional char_string<16> activeText = 4; @@ -554,7 +554,7 @@ cluster BinaryInputBasic = 15 { } /** Cluster to control pulse width modulation */ -provisional cluster PulseWidthModulation = 28 { +deprecated cluster PulseWidthModulation = 28 { revision 1; // NOTE: Default/not specifically set readonly attribute command_id generatedCommandList[] = 65528; @@ -5437,7 +5437,7 @@ cluster WindowCovering = 258 { } /** This cluster provides control of a barrier (garage door). */ -cluster BarrierControl = 259 { +deprecated cluster BarrierControl = 259 { revision 1; // NOTE: Default/not specifically set bitmap BarrierControlCapabilities : bitmap8 { @@ -7973,7 +7973,7 @@ cluster ContentAppObserver = 1296 { } /** Attributes related to the electrical properties of a device. This cluster is used by power outlets and other devices that need to provide instantaneous data as opposed to metrology data which should be retrieved from the metering cluster.. */ -cluster ElectricalMeasurement = 2820 { +deprecated cluster ElectricalMeasurement = 2820 { revision 3; readonly attribute optional bitmap32 measurementType = 0;