@extends('layouts.app') @section('title', 'Sensor Logs: ' . $sensor->device_uuid) @section('content')
Detailed log of sensor data and events
{{ json_encode($log->metadata, JSON_PRETTY_PRINT) }}
This sensor has not reported any data yet.