Example #1
0
 public function fetchStatus($id)
 {
     $fetch_status = Device::fetch_Status($id);
     return $fetch_status;
 }