Skip to content

Commit 456fcce

Browse files
committed
Zap regen
1 parent e7b80ab commit 456fcce

File tree

12 files changed

+14
-14
lines changed

12 files changed

+14
-14
lines changed

examples/all-clusters-app/all-clusters-common/all-clusters-app.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -2554,7 +2554,7 @@ cluster TimeSynchronization = 56 {
25542554
Two types of switch devices are supported: latching switch (e.g. rocker switch) and momentary switch (e.g. push button), distinguished with their feature flags.
25552555
Interactions with the switch device are exposed as attributes (for the latching switch) and as events (for both types of switches). An interested party MAY subscribe to these attributes/events and thus be informed of the interactions, and can perform actions based on this, for example by sending commands to perform an action such as controlling a light or a window shade. */
25562556
cluster Switch = 59 {
2557-
revision 1;
2557+
revision 2;
25582558

25592559
bitmap Feature : bitmap32 {
25602560
kLatchingSwitch = 0x1;

examples/all-clusters-minimal-app/all-clusters-common/all-clusters-minimal-app.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -2286,7 +2286,7 @@ cluster EthernetNetworkDiagnostics = 55 {
22862286
Two types of switch devices are supported: latching switch (e.g. rocker switch) and momentary switch (e.g. push button), distinguished with their feature flags.
22872287
Interactions with the switch device are exposed as attributes (for the latching switch) and as events (for both types of switches). An interested party MAY subscribe to these attributes/events and thus be informed of the interactions, and can perform actions based on this, for example by sending commands to perform an action such as controlling a light or a window shade. */
22882288
cluster Switch = 59 {
2289-
revision 1;
2289+
revision 2;
22902290

22912291
bitmap Feature : bitmap32 {
22922292
kLatchingSwitch = 0x1;

examples/bridge-app/bridge-common/bridge-app.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -1921,7 +1921,7 @@ cluster EthernetNetworkDiagnostics = 55 {
19211921
Two types of switch devices are supported: latching switch (e.g. rocker switch) and momentary switch (e.g. push button), distinguished with their feature flags.
19221922
Interactions with the switch device are exposed as attributes (for the latching switch) and as events (for both types of switches). An interested party MAY subscribe to these attributes/events and thus be informed of the interactions, and can perform actions based on this, for example by sending commands to perform an action such as controlling a light or a window shade. */
19231923
cluster Switch = 59 {
1924-
revision 1;
1924+
revision 2;
19251925

19261926
bitmap Feature : bitmap32 {
19271927
kLatchingSwitch = 0x1;

examples/chef/devices/rootnode_genericswitch_2dfff6e516.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -1251,7 +1251,7 @@ cluster GeneralDiagnostics = 51 {
12511251
Two types of switch devices are supported: latching switch (e.g. rocker switch) and momentary switch (e.g. push button), distinguished with their feature flags.
12521252
Interactions with the switch device are exposed as attributes (for the latching switch) and as events (for both types of switches). An interested party MAY subscribe to these attributes/events and thus be informed of the interactions, and can perform actions based on this, for example by sending commands to perform an action such as controlling a light or a window shade. */
12531253
cluster Switch = 59 {
1254-
revision 1;
1254+
revision 2;
12551255

12561256
bitmap Feature : bitmap32 {
12571257
kLatchingSwitch = 0x1;

examples/chef/devices/rootnode_genericswitch_9866e35d0b.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -1251,7 +1251,7 @@ cluster GeneralDiagnostics = 51 {
12511251
Two types of switch devices are supported: latching switch (e.g. rocker switch) and momentary switch (e.g. push button), distinguished with their feature flags.
12521252
Interactions with the switch device are exposed as attributes (for the latching switch) and as events (for both types of switches). An interested party MAY subscribe to these attributes/events and thus be informed of the interactions, and can perform actions based on this, for example by sending commands to perform an action such as controlling a light or a window shade. */
12531253
cluster Switch = 59 {
1254-
revision 1;
1254+
revision 2;
12551255

12561256
bitmap Feature : bitmap32 {
12571257
kLatchingSwitch = 0x1;

examples/light-switch-app/light-switch-common/light-switch-app.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -1897,7 +1897,7 @@ cluster TimeSynchronization = 56 {
18971897
Two types of switch devices are supported: latching switch (e.g. rocker switch) and momentary switch (e.g. push button), distinguished with their feature flags.
18981898
Interactions with the switch device are exposed as attributes (for the latching switch) and as events (for both types of switches). An interested party MAY subscribe to these attributes/events and thus be informed of the interactions, and can perform actions based on this, for example by sending commands to perform an action such as controlling a light or a window shade. */
18991899
cluster Switch = 59 {
1900-
revision 1;
1900+
revision 2;
19011901

19021902
bitmap Feature : bitmap32 {
19031903
kLatchingSwitch = 0x1;

examples/light-switch-app/qpg/zap/switch.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -1953,7 +1953,7 @@ cluster ThreadNetworkDiagnostics = 53 {
19531953
Two types of switch devices are supported: latching switch (e.g. rocker switch) and momentary switch (e.g. push button), distinguished with their feature flags.
19541954
Interactions with the switch device are exposed as attributes (for the latching switch) and as events (for both types of switches). An interested party MAY subscribe to these attributes/events and thus be informed of the interactions, and can perform actions based on this, for example by sending commands to perform an action such as controlling a light or a window shade. */
19551955
cluster Switch = 59 {
1956-
revision 1;
1956+
revision 2;
19571957

19581958
bitmap Feature : bitmap32 {
19591959
kLatchingSwitch = 0x1;

examples/lighting-app-data-mode-no-unique-id/lighting-common/lighting-app.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -1803,7 +1803,7 @@ cluster EthernetNetworkDiagnostics = 55 {
18031803
Two types of switch devices are supported: latching switch (e.g. rocker switch) and momentary switch (e.g. push button), distinguished with their feature flags.
18041804
Interactions with the switch device are exposed as attributes (for the latching switch) and as events (for both types of switches). An interested party MAY subscribe to these attributes/events and thus be informed of the interactions, and can perform actions based on this, for example by sending commands to perform an action such as controlling a light or a window shade. */
18051805
cluster Switch = 59 {
1806-
revision 1;
1806+
revision 2;
18071807

18081808
bitmap Feature : bitmap32 {
18091809
kLatchingSwitch = 0x1;

examples/lighting-app/lighting-common/lighting-app.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -1803,7 +1803,7 @@ cluster EthernetNetworkDiagnostics = 55 {
18031803
Two types of switch devices are supported: latching switch (e.g. rocker switch) and momentary switch (e.g. push button), distinguished with their feature flags.
18041804
Interactions with the switch device are exposed as attributes (for the latching switch) and as events (for both types of switches). An interested party MAY subscribe to these attributes/events and thus be informed of the interactions, and can perform actions based on this, for example by sending commands to perform an action such as controlling a light or a window shade. */
18051805
cluster Switch = 59 {
1806-
revision 1;
1806+
revision 2;
18071807

18081808
bitmap Feature : bitmap32 {
18091809
kLatchingSwitch = 0x1;

examples/placeholder/linux/apps/app1/config.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -2711,7 +2711,7 @@ cluster BridgedDeviceBasicInformation = 57 {
27112711
Two types of switch devices are supported: latching switch (e.g. rocker switch) and momentary switch (e.g. push button), distinguished with their feature flags.
27122712
Interactions with the switch device are exposed as attributes (for the latching switch) and as events (for both types of switches). An interested party MAY subscribe to these attributes/events and thus be informed of the interactions, and can perform actions based on this, for example by sending commands to perform an action such as controlling a light or a window shade. */
27132713
cluster Switch = 59 {
2714-
revision 1;
2714+
revision 2;
27152715

27162716
bitmap Feature : bitmap32 {
27172717
kLatchingSwitch = 0x1;
@@ -2767,7 +2767,7 @@ cluster Switch = 59 {
27672767
Two types of switch devices are supported: latching switch (e.g. rocker switch) and momentary switch (e.g. push button), distinguished with their feature flags.
27682768
Interactions with the switch device are exposed as attributes (for the latching switch) and as events (for both types of switches). An interested party MAY subscribe to these attributes/events and thus be informed of the interactions, and can perform actions based on this, for example by sending commands to perform an action such as controlling a light or a window shade. */
27692769
cluster Switch = 59 {
2770-
revision 1;
2770+
revision 2;
27712771

27722772
bitmap Feature : bitmap32 {
27732773
kLatchingSwitch = 0x1;

examples/placeholder/linux/apps/app2/config.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -2668,7 +2668,7 @@ cluster BridgedDeviceBasicInformation = 57 {
26682668
Two types of switch devices are supported: latching switch (e.g. rocker switch) and momentary switch (e.g. push button), distinguished with their feature flags.
26692669
Interactions with the switch device are exposed as attributes (for the latching switch) and as events (for both types of switches). An interested party MAY subscribe to these attributes/events and thus be informed of the interactions, and can perform actions based on this, for example by sending commands to perform an action such as controlling a light or a window shade. */
26702670
cluster Switch = 59 {
2671-
revision 1;
2671+
revision 2;
26722672

26732673
bitmap Feature : bitmap32 {
26742674
kLatchingSwitch = 0x1;
@@ -2724,7 +2724,7 @@ cluster Switch = 59 {
27242724
Two types of switch devices are supported: latching switch (e.g. rocker switch) and momentary switch (e.g. push button), distinguished with their feature flags.
27252725
Interactions with the switch device are exposed as attributes (for the latching switch) and as events (for both types of switches). An interested party MAY subscribe to these attributes/events and thus be informed of the interactions, and can perform actions based on this, for example by sending commands to perform an action such as controlling a light or a window shade. */
27262726
cluster Switch = 59 {
2727-
revision 1;
2727+
revision 2;
27282728

27292729
bitmap Feature : bitmap32 {
27302730
kLatchingSwitch = 0x1;

src/controller/data_model/controller-clusters.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -2594,7 +2594,7 @@ cluster BridgedDeviceBasicInformation = 57 {
25942594
Two types of switch devices are supported: latching switch (e.g. rocker switch) and momentary switch (e.g. push button), distinguished with their feature flags.
25952595
Interactions with the switch device are exposed as attributes (for the latching switch) and as events (for both types of switches). An interested party MAY subscribe to these attributes/events and thus be informed of the interactions, and can perform actions based on this, for example by sending commands to perform an action such as controlling a light or a window shade. */
25962596
cluster Switch = 59 {
2597-
revision 1;
2597+
revision 2;
25982598

25992599
bitmap Feature : bitmap32 {
26002600
kLatchingSwitch = 0x1;

0 commit comments

Comments
 (0)