Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed Feb 14, 2025
1 parent e9fdf56 commit f5246e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/tc_bus/tc_bus.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ namespace esphome
enqueue_command(COMMAND_TYPE_SELECT_DEVICE_GROUP, 0, 1); // class 1
enqueue_command(COMMAND_TYPE_REQUEST_VERSION, 0, 0, serial_number);

this->set_timeout("wait_for_identification", 600, [this]() {
this->set_timeout("wait_for_identification", 2000, [this]() {
this->identify_model_ = false;
this->identify_timeout_callback_.call();
ESP_LOGE(TAG, "Identification response not received in time. The device model may not support identification.");
Expand Down

0 comments on commit f5246e2

Please sign in to comment.