Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed Sep 23, 2024
1 parent 2ff4e05 commit 2dc9c79
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions components/tc_bus/protocol.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,7 @@ namespace esphome
COMMAND_TYPE_SELECT_MEMORY_PAGE,
COMMAND_TYPE_WRITE_MEMORY
};

enum SettingType {
SETTING_RINGTONE_FLOOR_CALL,
SETTING_RINGTONE_DOOR_CALL,
SETTING_RINGTONE_INTERNAL_CALL,
SETTING_RINGTONE_VOLUME,
SETTING_HANDSET_VOLUME
};


struct CommandData {
uint32_t command;
std::string command_hex;
Expand Down

0 comments on commit 2dc9c79

Please sign in to comment.