Future<bool> checkAutoWakeup(String did) async { if (_autoWakeupMap.isEmpty) { await autoWakeup(); } return _autoWakeupMap.containsKey(did); }