Skip to content

Commit

Permalink
Another int fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed Sep 17, 2024
1 parent 23d8b36 commit 17b3e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/tcs_intercom/tcs_intercom.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ namespace esphome
void set_door_readiness_sensor(binary_sensor::BinarySensor *door_readiness) { this->door_readiness_ = door_readiness; }

void send_command(uint32_t command);
void send_command_generate(CommandType type, uint32_t address, uint32_t serial_number);
void send_command_generate(CommandType type, uint8_t address, uint32_t serial_number);

void publish_command(uint32_t command, bool fire_events);

Expand Down

0 comments on commit 17b3e75

Please sign in to comment.