From 568ce274af969310e88ab73923d96e9826516ddd Mon Sep 17 00:00:00 2001 From: Meliox <5264368+Meliox@users.noreply.github.com> Date: Mon, 27 May 2024 21:53:54 +0200 Subject: [PATCH] Updated Home (markdown) --- Home.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 09b16e1..2fa2cbd 100644 --- a/Home.md +++ b/Home.md @@ -5,7 +5,9 @@ Welcome to the PVE-mods wiki! ## Debug external sensor -j out, In /usr/share/perl5/PVE/API2/Nodes.pm Replace -`$res->{sensorsOutput}` +` +$res->{sensorsOutput} +` with ` my $json_file_path = '/tmp/sensordata.json'; # Ensure this path is correct and file has chmod 777`