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 1e316bd commit 49eb67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/tc_bus/tc_bus.h
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ namespace esphome
void save_settings();

void process_command_queue();
void enqueue_command(CommandType type, uint8_t address = 0, uint32_t payload = 0, uint32_t serial_number = 0, uint32_t wait_duration = 150);
void enqueue_command(CommandType type, uint8_t address = 0, uint32_t payload = 0, uint32_t serial_number = 0, uint32_t wait_duration = 300);

void add_received_command_callback(std::function<void(CommandData)> &&callback);
CallbackManager<void(CommandData)> received_command_callback_{};
Expand Down

0 comments on commit 49eb67f

Please sign in to comment.