for($i=0;$i<=count($arr)-1;$i++){ $uid = $arr->device_id; $command = $arr->command; $GLOBALS = Timer::add($arr->frequency, function()use($command ){ Gateway::sendToAll(st...