From 2dc9c79150d9f1a769bddb3401e3da301387fc46 Mon Sep 17 00:00:00 2001 From: Florian Date: Mon, 23 Sep 2024 22:46:29 +0200 Subject: [PATCH] Fix --- components/tc_bus/protocol.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/components/tc_bus/protocol.h b/components/tc_bus/protocol.h index a75ef02c..732f114d 100644 --- a/components/tc_bus/protocol.h +++ b/components/tc_bus/protocol.h @@ -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;