From 642fbdf8f81a287ce2a735509e81948929a6ef8e Mon Sep 17 00:00:00 2001 From: Meliox <5264368+Meliox@users.noreply.github.com> Date: Mon, 27 May 2024 21:58:23 +0200 Subject: [PATCH] Updated Home (markdown) --- Home.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index dcc8f52..d9a33e0 100644 --- a/Home.md +++ b/Home.md @@ -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; \ No newline at end of file +close $fh; +` \ No newline at end of file