From 4bebe165987b4934f21e2f8f035618bf0606c170 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 18 Jun 2023 17:57:55 -0500 Subject: [PATCH] beep --- components/ratgdo/ratgdo.cpp | 5 +++++ 1 file changed, 5 insertions(+) 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() {