|
@@ -52,7 +52,7 @@ class ManDeviceJobLf implements ShouldQueue
|
|
foreach ($this->data['data']['dataPoints'] as $value){
|
|
foreach ($this->data['data']['dataPoints'] as $value){
|
|
$dev_eui = $deviceId . $value['dataPointId'];
|
|
$dev_eui = $deviceId . $value['dataPointId'];
|
|
|
|
|
|
- if(! in_array($dev_eui,$device)) continue;
|
|
|
|
|
|
+// if(! in_array($dev_eui,$device)) continue;
|
|
|
|
|
|
if(empty($value['value'])) continue;
|
|
if(empty($value['value'])) continue;
|
|
|
|
|