diff --git a/components/ratgdo/ratgdo.cpp b/components/ratgdo/ratgdo.cpp index a7e5cdc..6c0463d 100644 --- a/components/ratgdo/ratgdo.cpp +++ b/components/ratgdo/ratgdo.cpp @@ -450,6 +450,11 @@ namespace ratgdo { sendCommandAndSaveCounter(Command.LIGHT); } + void RATGDOComponent::closeBeep() + { + sendCommandAndSaveCounter(Command.CLOSE_BEEP); + } + // Lock functions void RATGDOComponent::lock() {