Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed Sep 30, 2024
1 parent 2a7a4e6 commit 0f74a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/tc_bus/protocol.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ namespace esphome
CommandData parseCommand(uint32_t command);

const char* command_type_to_string(CommandType type);
const CommandType* string_to_command_type(char type);
const CommandType* string_to_command_type(std::string type);

} // namespace tc_bus
} // namespace esphome

0 comments on commit 0f74a65

Please sign in to comment.