Skip to content

Commit

Permalink
Define chip_enable_water_heater_management_trigger and CHIP_DEVICE_CO…
Browse files Browse the repository at this point in the history
…NFIG_ENABLE_WATER_HEATER_MANAGEMENT_TRIGGER
  • Loading branch information
PeterC1965 committed Jul 15, 2024
1 parent cbbacdb commit 624d9c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/platform/linux/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ declare_args() {
chip_enable_boolean_state_configuration_trigger = false
chip_enable_energy_evse_trigger = false
chip_enable_energy_reporting_trigger = false
chip_enable_water_heater_management_trigger = false
}

config("app-main-config") {
Expand Down Expand Up @@ -117,6 +118,7 @@ source_set("app-main") {
"CHIP_DEVICE_CONFIG_ENABLE_BOOLEAN_STATE_CONFIGURATION_TRIGGER=${chip_enable_boolean_state_configuration_trigger}",
"CHIP_DEVICE_CONFIG_ENABLE_ENERGY_EVSE_TRIGGER=${chip_enable_energy_evse_trigger}",
"CHIP_DEVICE_CONFIG_ENABLE_ENERGY_REPORTING_TRIGGER=${chip_enable_energy_reporting_trigger}",
"CHIP_DEVICE_CONFIG_ENABLE_WATER_HEATER_MANAGEMENT_TRIGGER=${chip_enable_water_heater_management_trigger}",
]

public_configs = [ ":app-main-config" ]
Expand Down

0 comments on commit 624d9c6

Please sign in to comment.