Skip to content

Commit

Permalink
[typo] Update ./scripts/tools/zap_regen_all.py
Browse files Browse the repository at this point in the history
  • Loading branch information
turon committed Jan 26, 2023
1 parent 236b7f4 commit 28efd6a
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@ server cluster PowerSourceConfiguration = 46 {

server cluster PowerSource = 47 {
enum BatChargeFault : ENUM8 {
kUnspecfied = 0;
kUnspecified = 0;
kAmbientTooHot = 1;
kAmbientTooCold = 2;
kBatteryTooHot = 3;
Expand Down Expand Up @@ -881,7 +881,7 @@ server cluster PowerSource = 47 {
}

enum PowerSourceStatus : ENUM8 {
kUnspecfied = 0;
kUnspecified = 0;
kActive = 1;
kStandby = 2;
kUnavailable = 3;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ server cluster PowerSourceConfiguration = 46 {

server cluster PowerSource = 47 {
enum BatChargeFault : ENUM8 {
kUnspecfied = 0;
kUnspecified = 0;
kAmbientTooHot = 1;
kAmbientTooCold = 2;
kBatteryTooHot = 3;
Expand Down Expand Up @@ -775,7 +775,7 @@ server cluster PowerSource = 47 {
}

enum PowerSourceStatus : ENUM8 {
kUnspecfied = 0;
kUnspecified = 0;
kActive = 1;
kStandby = 2;
kUnavailable = 3;
Expand Down
4 changes: 2 additions & 2 deletions examples/lock-app/lock-common/lock-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ server cluster PowerSourceConfiguration = 46 {

server cluster PowerSource = 47 {
enum BatChargeFault : ENUM8 {
kUnspecfied = 0;
kUnspecified = 0;
kAmbientTooHot = 1;
kAmbientTooCold = 2;
kBatteryTooHot = 3;
Expand Down Expand Up @@ -427,7 +427,7 @@ server cluster PowerSource = 47 {
}

enum PowerSourceStatus : ENUM8 {
kUnspecfied = 0;
kUnspecified = 0;
kActive = 1;
kStandby = 2;
kUnavailable = 3;
Expand Down
4 changes: 2 additions & 2 deletions examples/placeholder/linux/apps/app1/config.matter
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ server cluster PowerSourceConfiguration = 46 {

server cluster PowerSource = 47 {
enum BatChargeFault : ENUM8 {
kUnspecfied = 0;
kUnspecified = 0;
kAmbientTooHot = 1;
kAmbientTooCold = 2;
kBatteryTooHot = 3;
Expand Down Expand Up @@ -678,7 +678,7 @@ server cluster PowerSource = 47 {
}

enum PowerSourceStatus : ENUM8 {
kUnspecfied = 0;
kUnspecified = 0;
kActive = 1;
kStandby = 2;
kUnavailable = 3;
Expand Down
4 changes: 2 additions & 2 deletions examples/placeholder/linux/apps/app2/config.matter
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ server cluster PowerSourceConfiguration = 46 {

server cluster PowerSource = 47 {
enum BatChargeFault : ENUM8 {
kUnspecfied = 0;
kUnspecified = 0;
kAmbientTooHot = 1;
kAmbientTooCold = 2;
kBatteryTooHot = 3;
Expand Down Expand Up @@ -655,7 +655,7 @@ server cluster PowerSource = 47 {
}

enum PowerSourceStatus : ENUM8 {
kUnspecfied = 0;
kUnspecified = 0;
kActive = 1;
kStandby = 2;
kUnavailable = 3;
Expand Down
4 changes: 2 additions & 2 deletions examples/window-app/common/window-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ server cluster UnitLocalization = 45 {

server cluster PowerSource = 47 {
enum BatChargeFault : ENUM8 {
kUnspecfied = 0;
kUnspecified = 0;
kAmbientTooHot = 1;
kAmbientTooCold = 2;
kBatteryTooHot = 3;
Expand Down Expand Up @@ -597,7 +597,7 @@ server cluster PowerSource = 47 {
}

enum PowerSourceStatus : ENUM8 {
kUnspecfied = 0;
kUnspecified = 0;
kActive = 1;
kStandby = 2;
kUnavailable = 3;
Expand Down
4 changes: 2 additions & 2 deletions src/controller/data_model/controller-clusters.matter
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@ client cluster PowerSourceConfiguration = 46 {

client cluster PowerSource = 47 {
enum BatChargeFault : ENUM8 {
kUnspecfied = 0;
kUnspecified = 0;
kAmbientTooHot = 1;
kAmbientTooCold = 2;
kBatteryTooHot = 3;
Expand Down Expand Up @@ -976,7 +976,7 @@ client cluster PowerSource = 47 {
}

enum PowerSourceStatus : ENUM8 {
kUnspecfied = 0;
kUnspecified = 0;
kActive = 1;
kStandby = 2;
kUnavailable = 3;
Expand Down
4 changes: 2 additions & 2 deletions src/controller/python/chip/clusters/Objects.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/darwin/Framework/CHIP/zap-generated/MTRBaseClusters.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 28efd6a

Please sign in to comment.