This commit is contained in:
J. Nick Koston 2023-06-07 19:00:15 -05:00
parent 96b59f4a4d
commit 4073a354aa
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ namespace esphome {
namespace ratgdo {
enum ButtonType {
RATGDO_SYNC
RATGDO_QUERY
RATGDO_SYNC,
RATGDO_QUERY
};
class RATGDOButton : public button::Button, public RATGDOClient, public Component {