public async Task SleepTimerToggle(bool activate)
 {
     await Serial.BlindCommand(CBTCommand.SleepTimer(activate));
 }