Updated Home (markdown)

Meliox 2024-05-27 21:58:23 +02:00
parent 90c537ce04
commit 642fbdf8f8

@ -10,8 +10,9 @@ $res->{sensorsOutput}
with
`
my $json_file_path = '/tmp/sensordata.json'; # Ensure this path is correct
# Read JSON data from the file
open my $fh, '<', $json_file_path or die "Cannot open $json_file_path: $!";
my $json_text = do { local $/; <$fh> };
close $fh;
close $fh;
`