This commit is contained in:
J. Nick Koston 2023-06-18 17:57:55 -05:00
parent cae62f7508
commit 4bebe16598
No known key found for this signature in database
1 changed files with 5 additions and 0 deletions

View File

@ -450,6 +450,11 @@ namespace ratgdo {
sendCommandAndSaveCounter(Command.LIGHT);
}
void RATGDOComponent::closeBeep()
{
sendCommandAndSaveCounter(Command.CLOSE_BEEP);
}
// Lock functions
void RATGDOComponent::lock()
{