Acpi::Temperature - A class to get informations about your battery.


Acpi documentation  | view source Contained in the Acpi distribution.

Index


NAME

Top

Acpi::Temperature - A class to get informations about your battery.

SYNOPSIS

Top

use Acpi::Temperature;

$temperature = Acpi::Temperature->new;

print "Current Temperature".$temperature->getTemperature."\n";

DESCRIPTION

Top

Acpi::Temperature is used to have information about the temperature of the machine.It's specific for GNU/Linux.

METHOD DESCRIPTIONS

Top

This sections contains only the methods in Temperature.pm itself.

AUTHORS

Top


Acpi documentation  | view source Contained in the Acpi distribution.