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