Skip to content

Commit

Permalink
Regenerate generated files.
Browse files Browse the repository at this point in the history
  • Loading branch information
bzbarsky-apple committed Feb 23, 2023
1 parent f3a0c07 commit a2eb8c6
Show file tree
Hide file tree
Showing 24 changed files with 102 additions and 102 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,7 @@ server cluster TimeFormatLocalization = 44 {
}

server cluster UnitLocalization = 45 {
enum TempUnit : ENUM8 {
enum TempUnitEnum : ENUM8 {
kFahrenheit = 0;
kCelsius = 1;
kKelvin = 2;
Expand All @@ -894,7 +894,7 @@ server cluster UnitLocalization = 45 {
kTemperatureUnit = 0x1;
}

attribute TempUnit temperatureUnit = 0;
attribute TempUnitEnum temperatureUnit = 0;
readonly attribute command_id generatedCommandList[] = 65528;
readonly attribute command_id acceptedCommandList[] = 65529;
readonly attribute event_id eventList[] = 65530;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ server cluster TimeFormatLocalization = 44 {
}

server cluster UnitLocalization = 45 {
enum TempUnit : ENUM8 {
enum TempUnitEnum : ENUM8 {
kFahrenheit = 0;
kCelsius = 1;
kKelvin = 2;
Expand Down
4 changes: 2 additions & 2 deletions examples/bridge-app/bridge-common/bridge-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ server cluster TimeFormatLocalization = 44 {
}

server cluster UnitLocalization = 45 {
enum TempUnit : ENUM8 {
enum TempUnitEnum : ENUM8 {
kFahrenheit = 0;
kCelsius = 1;
kKelvin = 2;
Expand All @@ -564,7 +564,7 @@ server cluster UnitLocalization = 45 {
kTemperatureUnit = 0x1;
}

attribute TempUnit temperatureUnit = 0;
attribute TempUnitEnum temperatureUnit = 0;
readonly attribute command_id generatedCommandList[] = 65528;
readonly attribute command_id acceptedCommandList[] = 65529;
readonly attribute event_id eventList[] = 65530;
Expand Down
4 changes: 2 additions & 2 deletions examples/dynamic-bridge-app/bridge-common/bridge-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ server cluster TimeFormatLocalization = 44 {
}

server cluster UnitLocalization = 45 {
enum TempUnit : ENUM8 {
enum TempUnitEnum : ENUM8 {
kFahrenheit = 0;
kCelsius = 1;
kKelvin = 2;
Expand All @@ -564,7 +564,7 @@ server cluster UnitLocalization = 45 {
kTemperatureUnit = 0x1;
}

attribute TempUnit temperatureUnit = 0;
attribute TempUnitEnum temperatureUnit = 0;
readonly attribute command_id generatedCommandList[] = 65528;
readonly attribute command_id acceptedCommandList[] = 65529;
readonly attribute event_id eventList[] = 65530;
Expand Down
8 changes: 4 additions & 4 deletions examples/placeholder/linux/apps/app1/config.matter
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ server cluster TimeFormatLocalization = 44 {
}

client cluster UnitLocalization = 45 {
enum TempUnit : ENUM8 {
enum TempUnitEnum : ENUM8 {
kFahrenheit = 0;
kCelsius = 1;
kKelvin = 2;
Expand All @@ -720,7 +720,7 @@ client cluster UnitLocalization = 45 {
kTemperatureUnit = 0x1;
}

attribute TempUnit temperatureUnit = 0;
attribute TempUnitEnum temperatureUnit = 0;
readonly attribute command_id generatedCommandList[] = 65528;
readonly attribute command_id acceptedCommandList[] = 65529;
readonly attribute event_id eventList[] = 65530;
Expand All @@ -730,7 +730,7 @@ client cluster UnitLocalization = 45 {
}

server cluster UnitLocalization = 45 {
enum TempUnit : ENUM8 {
enum TempUnitEnum : ENUM8 {
kFahrenheit = 0;
kCelsius = 1;
kKelvin = 2;
Expand All @@ -740,7 +740,7 @@ server cluster UnitLocalization = 45 {
kTemperatureUnit = 0x1;
}

attribute TempUnit temperatureUnit = 0;
attribute TempUnitEnum temperatureUnit = 0;
readonly attribute command_id generatedCommandList[] = 65528;
readonly attribute command_id acceptedCommandList[] = 65529;
readonly attribute event_id eventList[] = 65530;
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 @@ -699,7 +699,7 @@ server cluster TimeFormatLocalization = 44 {
}

server cluster UnitLocalization = 45 {
enum TempUnit : ENUM8 {
enum TempUnitEnum : ENUM8 {
kFahrenheit = 0;
kCelsius = 1;
kKelvin = 2;
Expand All @@ -709,7 +709,7 @@ server cluster UnitLocalization = 45 {
kTemperatureUnit = 0x1;
}

attribute TempUnit temperatureUnit = 0;
attribute TempUnitEnum temperatureUnit = 0;
readonly attribute command_id generatedCommandList[] = 65528;
readonly attribute command_id acceptedCommandList[] = 65529;
readonly attribute event_id eventList[] = 65530;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ server cluster TimeFormatLocalization = 44 {
}

server cluster UnitLocalization = 45 {
enum TempUnit : ENUM8 {
enum TempUnitEnum : ENUM8 {
kFahrenheit = 0;
kCelsius = 1;
kKelvin = 2;
Expand All @@ -196,7 +196,7 @@ server cluster UnitLocalization = 45 {
kTemperatureUnit = 0x1;
}

attribute TempUnit temperatureUnit = 0;
attribute TempUnitEnum temperatureUnit = 0;
readonly attribute command_id generatedCommandList[] = 65528;
readonly attribute command_id acceptedCommandList[] = 65529;
readonly attribute event_id eventList[] = 65530;
Expand Down
4 changes: 2 additions & 2 deletions examples/thermostat/thermostat-common/thermostat.matter
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ server cluster TimeFormatLocalization = 44 {
}

server cluster UnitLocalization = 45 {
enum TempUnit : ENUM8 {
enum TempUnitEnum : ENUM8 {
kFahrenheit = 0;
kCelsius = 1;
kKelvin = 2;
Expand All @@ -622,7 +622,7 @@ server cluster UnitLocalization = 45 {
kTemperatureUnit = 0x1;
}

attribute TempUnit temperatureUnit = 0;
attribute TempUnitEnum temperatureUnit = 0;
readonly attribute command_id generatedCommandList[] = 65528;
readonly attribute command_id acceptedCommandList[] = 65529;
readonly attribute event_id eventList[] = 65530;
Expand Down
4 changes: 2 additions & 2 deletions examples/tv-app/tv-common/tv-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ server cluster TimeFormatLocalization = 44 {
}

server cluster UnitLocalization = 45 {
enum TempUnit : ENUM8 {
enum TempUnitEnum : ENUM8 {
kFahrenheit = 0;
kCelsius = 1;
kKelvin = 2;
Expand All @@ -457,7 +457,7 @@ server cluster UnitLocalization = 45 {
kTemperatureUnit = 0x1;
}

attribute TempUnit temperatureUnit = 0;
attribute TempUnitEnum temperatureUnit = 0;
readonly attribute command_id generatedCommandList[] = 65528;
readonly attribute command_id acceptedCommandList[] = 65529;
readonly attribute event_id eventList[] = 65530;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@ server cluster TimeFormatLocalization = 44 {
}

server cluster UnitLocalization = 45 {
enum TempUnit : ENUM8 {
enum TempUnitEnum : ENUM8 {
kFahrenheit = 0;
kCelsius = 1;
kKelvin = 2;
Expand All @@ -841,7 +841,7 @@ server cluster UnitLocalization = 45 {
kTemperatureUnit = 0x1;
}

attribute TempUnit temperatureUnit = 0;
attribute TempUnitEnum temperatureUnit = 0;
readonly attribute command_id generatedCommandList[] = 65528;
readonly attribute command_id acceptedCommandList[] = 65529;
readonly attribute event_id eventList[] = 65530;
Expand Down
2 changes: 1 addition & 1 deletion examples/window-app/common/window-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ server cluster TimeFormatLocalization = 44 {
}

server cluster UnitLocalization = 45 {
enum TempUnit : ENUM8 {
enum TempUnitEnum : ENUM8 {
kFahrenheit = 0;
kCelsius = 1;
kKelvin = 2;
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 @@ -931,7 +931,7 @@ client cluster TimeFormatLocalization = 44 {
}

client cluster UnitLocalization = 45 {
enum TempUnit : ENUM8 {
enum TempUnitEnum : ENUM8 {
kFahrenheit = 0;
kCelsius = 1;
kKelvin = 2;
Expand All @@ -941,7 +941,7 @@ client cluster UnitLocalization = 45 {
kTemperatureUnit = 0x1;
}

attribute TempUnit temperatureUnit = 0;
attribute TempUnitEnum temperatureUnit = 0;
readonly attribute command_id generatedCommandList[] = 65528;
readonly attribute command_id acceptedCommandList[] = 65529;
readonly attribute event_id eventList[] = 65530;
Expand Down
10 changes: 5 additions & 5 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.

12 changes: 6 additions & 6 deletions src/darwin/Framework/CHIP/zap-generated/MTRBaseClusters.mm

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

Loading

0 comments on commit a2eb8c6

Please sign in to comment.