Future<void> saveAutoWakeup(String did) async { await _wifiServer.saveAutoWakeup(did); await _mobileServer.saveAutoWakeup(did); }