Skip to content

Commit

Permalink
Updated .matter with new cluster id and name
Browse files Browse the repository at this point in the history
  • Loading branch information
lpbeliveau-silabs committed Dec 13, 2023
1 parent 9e6b352 commit 9194499
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 34 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ cluster Groups = 4 {
}

/** Attributes and commands for scene configuration and manipulation. */
provisional cluster Scenes = 5 {
provisional cluster Matter Scenes = 98 {
revision 5;

bitmap CopyModeBitmap : bitmap8 {
Expand Down Expand Up @@ -7933,5 +7933,3 @@ endpoint 65534 {
handle command ReorderNetwork;
}
}


Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ cluster Groups = 4 {
}

/** Attributes and commands for scene configuration and manipulation. */
provisional cluster Scenes = 5 {
provisional cluster Matter Scenes = 98 {
revision 5;

bitmap CopyModeBitmap : bitmap8 {
Expand Down Expand Up @@ -6794,5 +6794,3 @@ endpoint 65534 {
handle command ReorderNetwork;
}
}


Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ cluster Groups = 4 {
}

/** Attributes and commands for scene configuration and manipulation. */
provisional cluster Scenes = 5 {
provisional cluster Matter Scenes = 98 {
revision 5;

bitmap CopyModeBitmap : bitmap8 {
Expand Down Expand Up @@ -2983,5 +2983,3 @@ endpoint 2 {
ram attribute clusterRevision default = 1;
}
}


4 changes: 1 addition & 3 deletions examples/lighting-app/lighting-common/lighting-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ cluster Groups = 4 {
}

/** Attributes and commands for scene configuration and manipulation. */
provisional cluster Scenes = 5 {
provisional cluster Matter Scenes = 98 {
revision 5;

bitmap CopyModeBitmap : bitmap8 {
Expand Down Expand Up @@ -2892,5 +2892,3 @@ endpoint 1 {
ram attribute clusterRevision default = 3;
}
}


Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ cluster Groups = 4 {
}

/** Attributes and commands for scene configuration and manipulation. */
provisional cluster Scenes = 5 {
provisional cluster Matter Scenes = 98 {
revision 5;

bitmap CopyModeBitmap : bitmap8 {
Expand Down Expand Up @@ -2920,5 +2920,3 @@ endpoint 1 {
handle command StepColorTemperature;
}
}


Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ cluster Groups = 4 {
}

/** Attributes and commands for scene configuration and manipulation. */
provisional cluster Scenes = 5 {
provisional cluster Matter Scenes = 98 {
revision 5;

bitmap CopyModeBitmap : bitmap8 {
Expand Down Expand Up @@ -2776,5 +2776,3 @@ endpoint 1 {
handle command StepColorTemperature;
}
}


4 changes: 1 addition & 3 deletions examples/placeholder/linux/apps/app1/config.matter
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ cluster Groups = 4 {
}

/** Attributes and commands for scene configuration and manipulation. */
provisional cluster Scenes = 5 {
provisional cluster Matter Scenes = 98 {
revision 5;

bitmap CopyModeBitmap : bitmap8 {
Expand Down Expand Up @@ -8981,5 +8981,3 @@ endpoint 1 {
callback attribute clusterRevision default = 3;
}
}


4 changes: 1 addition & 3 deletions examples/placeholder/linux/apps/app2/config.matter
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ cluster Groups = 4 {
}

/** Attributes and commands for scene configuration and manipulation. */
provisional cluster Scenes = 5 {
provisional cluster Matter Scenes = 98 {
revision 5;

bitmap CopyModeBitmap : bitmap8 {
Expand Down Expand Up @@ -8922,5 +8922,3 @@ endpoint 1 {
callback attribute clusterRevision default = 3;
}
}


4 changes: 1 addition & 3 deletions examples/thermostat/nxp/zap/thermostat_matter_thread.matter
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ cluster Groups = 4 {
}

/** Attributes and commands for scene configuration and manipulation. */
provisional cluster Scenes = 5 {
provisional cluster Matter Scenes = 98 {
revision 5;

bitmap CopyModeBitmap : bitmap8 {
Expand Down Expand Up @@ -2578,5 +2578,3 @@ endpoint 1 {
handle command SetpointRaiseLower;
}
}


4 changes: 1 addition & 3 deletions examples/thermostat/nxp/zap/thermostat_matter_wifi.matter
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ cluster Groups = 4 {
}

/** Attributes and commands for scene configuration and manipulation. */
provisional cluster Scenes = 5 {
provisional cluster Matter Scenes = 98 {
revision 5;

bitmap CopyModeBitmap : bitmap8 {
Expand Down Expand Up @@ -2434,5 +2434,3 @@ endpoint 1 {
handle command SetpointRaiseLower;
}
}


Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ cluster Groups = 4 {
}

/** Attributes and commands for scene configuration and manipulation. */
provisional cluster Scenes = 5 {
provisional cluster Matter Scenes = 98 {
revision 5;

bitmap CopyModeBitmap : bitmap8 {
Expand Down Expand Up @@ -3531,5 +3531,3 @@ endpoint 1 {
handle command MoveToColorTemperature;
}
}


2 changes: 1 addition & 1 deletion src/controller/data_model/controller-clusters.matter
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ cluster Groups = 4 {
}

/** Attributes and commands for scene configuration and manipulation. */
provisional cluster Scenes = 5 {
provisional cluster Matter Scenes = 98 {
revision 5;

bitmap CopyModeBitmap : bitmap8 {
Expand Down

0 comments on commit 9194499

Please sign in to comment.