diff --git a/src/node_info/patches/01-nodes-pm-sensors.patch b/src/node_info/patches/01-nodes-pm-sensors.patch index 5ccd1c4..edaf974 100644 --- a/src/node_info/patches/01-nodes-pm-sensors.patch +++ b/src/node_info/patches/01-nodes-pm-sensors.patch @@ -9,7 +9,7 @@ + $res->{PveMod_JsonSensorInfo} = PVE::API2::PVEMod_SensorInfo::get_sensors_info(); + $res->{PveMod_Version} = PVE::API2::PVEMod_SensorInfo::get_pve_mod_version(); + $res->{PveMod_upsInfo} = PVE::API2::PVEMod_SensorInfo::get_ups_info(); -+ $res->{PveMod_graphicsInfo} = PVE::API2::PVEMod_SensorInfo::get_graphic_info(); ++ $res->{PveMod_graphicsInfo} = PVE::API2::PVEMod_SensorInfo::get_graphics_info(); + $res->{PveMod_systemInfo} = PVE::API2::PVEMod_SensorInfo::get_system_information(); my $dinfo = df('/', 1); # output is bytes