File: acpi.txt

package info (click to toggle)
nut 2.4.3-1.1squeeze2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 5,816 kB
  • ctags: 5,658
  • sloc: ansic: 45,735; sh: 11,290; makefile: 668; python: 448; perl: 179
file content (32 lines) | stat: -rw-r--r-- 3,481 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Desc: Equivalence between ACPI and NUT variable naming
File: acpi.txt
Date: 30 September 2005
Auth: Arnaud Quette <aquette.dev@gmail.com>

This document presents an equivalence table between ACPI data
and NUT variable naming.


+-------------------------------------------------------+---------------------------------------+
|PowerSummary.CapacityMode				| percent				| +-------------------------------------------------------+---------------------------------------+
|PowerSummary.DesignCapacity				| 100					| +-------------------------------------------------------+---------------------------------------+
|PowerSummary.FullChargeCapacity			| 100					| +-------------------------------------------------------+---------------------------------------+
|PowerSummary.Rechargeable				| true / yes / 1			| +-------------------------------------------------------+---------------------------------------+
|PowerSummary.ConfigVoltage				| output.voltage.nominal		| +-------------------------------------------------------+---------------------------------------+
|PowerSummary.WarningCapacityLimit			| ?  battery.charge.low 		| +-------------------------------------------------------+---------------------------------------+
|PowerSummary.RemainingCapacityLimit			| battery.charge.low			| +-------------------------------------------------------+---------------------------------------+
|PowerSummary.CapacityGranularity1			| ?					| +-------------------------------------------------------+---------------------------------------+
|PowerSummary.CapacityGranularity2			| ?					| +-------------------------------------------------------+---------------------------------------+
|PowerSummary.iProduct					| ups.model				| +-------------------------------------------------------+---------------------------------------+
|PowerSummary.iSerialNumber				| ups.serial				| +-------------------------------------------------------+---------------------------------------+
|PowerSummary.iDeviceChemistry				| battery.type				| +-------------------------------------------------------+---------------------------------------+
|PowerSummary.iOEMInformation				| ?					| +-------------------------------------------------------+---------------------------------------+
|PowerSummary.Discharging				| ups.status = DISCHRG			| +-------------------------------------------------------+---------------------------------------+
|PowerSummary.Charging					| ups.status = CHRG			| +-------------------------------------------------------+---------------------------------------+
|PowerSummary.BelowRemainingCapacityLimit		| ups.status = LB			| +-------------------------------------------------------+---------------------------------------+
|PowerSummary.Current					| ? output.current			| +-------------------------------------------------------+---------------------------------------+
|PowerSummary.RemainingCapacity				| battery.charge			| +-------------------------------------------------------+---------------------------------------+
|PowerSummary.Voltage					| output.voltage			| +-------------------------------------------------------+---------------------------------------+
|PowerSummary.RemainingCapacityLimit			| battery.charge.low 			| +-------------------------------------------------------+---------------------------------------+
| PowerSummary.ACPresent				| ups.status = OL			|
+-------------------------------------------------------+---------------------------------------+