This commit is contained in:
Marius Muja 2024-01-15 23:19:40 -08:00
parent 2730b8efeb
commit 554689e6c0
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ namespace secplus2 {
if (action == LockAction::UNKNOWN) {
return;
}
// this->send_command(Command(CommandType::LOCK, static_cast<uint8_t>(action)));
this->send_command(Command(CommandType::LOCK, static_cast<uint8_t>(action)));
}
void Secplus2::door_action(DoorAction action)