beep
This commit is contained in:
parent
cae62f7508
commit
4bebe16598
|
@ -450,6 +450,11 @@ namespace ratgdo {
|
|||
sendCommandAndSaveCounter(Command.LIGHT);
|
||||
}
|
||||
|
||||
void RATGDOComponent::closeBeep()
|
||||
{
|
||||
sendCommandAndSaveCounter(Command.CLOSE_BEEP);
|
||||
}
|
||||
|
||||
// Lock functions
|
||||
void RATGDOComponent::lock()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue