Пример #1
0
 static function _startChallenge($stationId)
 {
     $hmb = HMBData::getFromStationId($stationId);
     $parms['hmb_vibration_pattern_ms'] = $hmb->generateParameters();
     // TODO : Jaron check this code
     return $parms;
     // TODO : Jaron check this code
 }