diff --git a/Home.md b/Home.md index ac6a552..f7b7c90 100644 --- a/Home.md +++ b/Home.md @@ -5,11 +5,11 @@ Welcome to the PVE-mods wiki! ## Debug external sensor -j out, In /usr/share/perl5/PVE/API2/Nodes.pm Replace -` + $res->{sensorsOutput} -` + with -` + my $json_file_path = '/tmp/sensordata.json'; # Ensure this path is correct and file has chmod 777` `# Read JSON data from the file` @@ -18,4 +18,3 @@ with `close $fh;` `$res->{sensorsOutput} = $json_text; -`