diff --git a/app/Http/Controllers/APIS/CustomerApi/TelemetryController.php b/app/Http/Controllers/APIS/CustomerApi/TelemetryController.php index 57d7329..a7ae33f 100644 --- a/app/Http/Controllers/APIS/CustomerApi/TelemetryController.php +++ b/app/Http/Controllers/APIS/CustomerApi/TelemetryController.php @@ -1475,7 +1475,10 @@ class TelemetryController extends Controller $data[] = [ 'title' => $title, - 'global' => $globalValueColor, + 'global' => [ + 'value' => $globalRaw, + 'color' => $globalValueColor, + ], 'data' => $response ]; }