wakeup method

void wakeup(
  1. String did
)

Implementation

void wakeup(String did) {
  _wifiServer.wakeup(did);
  _mobileServer.wakeup(did);
}