Skip to content

Commit

Permalink
Pass the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
PSONALl committed Oct 27, 2023
1 parent 1e3ace5 commit 18da50c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions components/esp_matter/esp_matter_client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ void binding_init()
}
} // namespace client

#if CONFIG_ESP_MATTER_ENABLE_DATA_MODEL
namespace cluster {
using client::peer_device_t;

Expand All @@ -194,7 +195,6 @@ static void send_command_failure_callback(void *context, CHIP_ERROR error)
{
ESP_LOGI(TAG, "Send command failure: err: %" CHIP_ERROR_FORMAT, error.Format());
}
#if CONFIG_ESP_MATTER_ENABLE_DATA_MODEL
namespace on_off {
namespace command {

Expand Down Expand Up @@ -1616,7 +1616,7 @@ esp_err_t send_revoke_commissioning(peer_device_t *remote_device, uint16_t remot
} // namespace command
} // namespace administrator_commissioning

} // namespace cluster
#endif // CONFIG_ESP_MATTER_ENABLE_DATA_MODEL

} // namespace cluster
} // namespace esp_matter
2 changes: 1 addition & 1 deletion components/esp_matter/esp_matter_endpoint.h
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ esp_err_t add(endpoint_t *endpoint, config_t *config);
namespace room_air_conditioner{
typedef struct config {
cluster::descriptor::config_t descriptor;
cluster::identify:: config_t identify;
cluster::identify::config_t identify;
cluster::on_off::config_t on_off;
cluster::thermostat::config_t thermostat;
} config_t;
Expand Down

0 comments on commit 18da50c

Please sign in to comment.