2010-01-21 14:47:21 +00:00
|
|
|
<refentry id="upower.1">
|
2008-05-08 22:29:38 -04:00
|
|
|
<refentryinfo>
|
2010-01-21 14:47:21 +00:00
|
|
|
<title>upower</title>
|
2008-05-08 22:29:38 -04:00
|
|
|
<date>April 2008</date>
|
2010-01-21 14:47:21 +00:00
|
|
|
<productname>upower</productname>
|
2008-05-08 22:29:38 -04:00
|
|
|
</refentryinfo>
|
|
|
|
|
|
|
|
|
|
<refmeta>
|
2010-01-21 14:47:21 +00:00
|
|
|
<refentrytitle>upower</refentrytitle>
|
2008-05-08 22:29:38 -04:00
|
|
|
<manvolnum>1</manvolnum>
|
|
|
|
|
<refmiscinfo class="version"></refmiscinfo>
|
|
|
|
|
</refmeta>
|
|
|
|
|
|
|
|
|
|
<refnamediv>
|
2010-01-21 14:47:21 +00:00
|
|
|
<refname>upower</refname>
|
|
|
|
|
<refpurpose>UPower command line tool</refpurpose>
|
2008-05-08 22:29:38 -04:00
|
|
|
</refnamediv>
|
|
|
|
|
|
|
|
|
|
<refsynopsisdiv>
|
|
|
|
|
<cmdsynopsis>
|
2010-01-21 14:47:21 +00:00
|
|
|
<command>upower</command>
|
2025-07-10 17:24:07 -07:00
|
|
|
<arg><option>--battery</option></arg>
|
2013-05-07 14:01:28 +01:00
|
|
|
<arg><option>--dump</option></arg>
|
2008-05-08 22:29:38 -04:00
|
|
|
<arg><option>--enumerate</option></arg>
|
|
|
|
|
<arg><option>--monitor-detail</option></arg>
|
2013-05-07 14:01:28 +01:00
|
|
|
<arg><option>--monitor</option></arg>
|
|
|
|
|
<arg><option>--show-info</option></arg>
|
|
|
|
|
<arg><option>--version</option></arg>
|
2008-05-08 22:29:38 -04:00
|
|
|
<arg><option>--help</option></arg>
|
|
|
|
|
</cmdsynopsis>
|
|
|
|
|
</refsynopsisdiv>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<refsect1><title>DESCRIPTION</title>
|
|
|
|
|
<para>
|
2010-01-21 14:47:21 +00:00
|
|
|
<emphasis><refentrytitle>upower</refentrytitle></emphasis> is a
|
2008-05-08 22:29:38 -04:00
|
|
|
simple command line client for the
|
2010-01-21 14:47:21 +00:00
|
|
|
<citerefentry><refentrytitle>UPower</refentrytitle><manvolnum>7</manvolnum></citerefentry>
|
2025-06-04 10:45:41 -07:00
|
|
|
daemon.
|
2008-05-08 22:29:38 -04:00
|
|
|
</para>
|
|
|
|
|
</refsect1>
|
|
|
|
|
|
|
|
|
|
<refsect1>
|
|
|
|
|
<title>OPTIONS</title>
|
|
|
|
|
<variablelist>
|
2025-07-10 17:24:07 -07:00
|
|
|
<varlistentry>
|
|
|
|
|
<term><option>-b</option>, <option>--battery</option></term>
|
|
|
|
|
<listitem>
|
|
|
|
|
<para>
|
|
|
|
|
Dump all parameters for battery devices.
|
|
|
|
|
</para>
|
|
|
|
|
</listitem>
|
|
|
|
|
</varlistentry>
|
2008-05-08 22:29:38 -04:00
|
|
|
<varlistentry>
|
2025-06-04 10:45:41 -07:00
|
|
|
<term><option>-d</option>, <option>--dump</option></term>
|
|
|
|
|
<listitem>
|
|
|
|
|
<para>
|
|
|
|
|
Dump all parameters for all devices.
|
|
|
|
|
</para>
|
|
|
|
|
</listitem>
|
|
|
|
|
</varlistentry>
|
|
|
|
|
<varlistentry>
|
|
|
|
|
<term><option>-e</option>, <option>--enumerate</option></term>
|
|
|
|
|
<listitem>
|
|
|
|
|
<para>
|
|
|
|
|
Enumerate the object paths of all devices on the system.
|
|
|
|
|
</para>
|
|
|
|
|
</listitem>
|
|
|
|
|
</varlistentry>
|
|
|
|
|
<varlistentry>
|
|
|
|
|
<term><option>-m</option>, <option>--monitor</option></term>
|
2008-05-08 22:29:38 -04:00
|
|
|
<listitem>
|
|
|
|
|
<para>
|
2010-01-21 14:47:21 +00:00
|
|
|
Connect to the UPower daemon and print a line
|
2008-05-08 22:29:38 -04:00
|
|
|
every time a power source is added, removed or changed.
|
|
|
|
|
</para>
|
|
|
|
|
</listitem>
|
|
|
|
|
</varlistentry>
|
|
|
|
|
<varlistentry>
|
|
|
|
|
<term><option>--monitor-detail</option></term>
|
|
|
|
|
<listitem>
|
|
|
|
|
<para>
|
|
|
|
|
Like <option>--monitor</option> but prints the full
|
|
|
|
|
details of the power source whenever an event happens.
|
|
|
|
|
</para>
|
|
|
|
|
</listitem>
|
|
|
|
|
</varlistentry>
|
|
|
|
|
<varlistentry>
|
2025-06-04 10:45:41 -07:00
|
|
|
<term><option>-i</option>, <option>--show-info</option> <varname>OBJECT_PATH</varname></term>
|
|
|
|
|
<listitem>
|
|
|
|
|
<para>
|
|
|
|
|
Show information about the given device.
|
|
|
|
|
</para>
|
|
|
|
|
</listitem>
|
|
|
|
|
</varlistentry>
|
|
|
|
|
<varlistentry>
|
|
|
|
|
<term><option>-v</option>, <option>--version</option></term>
|
|
|
|
|
<listitem>
|
|
|
|
|
<para>
|
|
|
|
|
Print version information for the client and daemon.
|
|
|
|
|
</para>
|
|
|
|
|
</listitem>
|
|
|
|
|
</varlistentry>
|
|
|
|
|
<varlistentry>
|
|
|
|
|
<term><option>-h</option>, <option>--help</option></term>
|
2008-05-08 22:29:38 -04:00
|
|
|
<listitem>
|
|
|
|
|
<para>
|
|
|
|
|
Show help options.
|
|
|
|
|
</para>
|
|
|
|
|
</listitem>
|
|
|
|
|
</varlistentry>
|
|
|
|
|
</variablelist>
|
|
|
|
|
</refsect1>
|
|
|
|
|
|
|
|
|
|
<refsect1><title>AUTHOR</title>
|
|
|
|
|
<para>
|
2008-11-11 10:13:24 -05:00
|
|
|
Written by David Zeuthen <email>davidz@redhat.com</email> with
|
2008-05-08 22:29:38 -04:00
|
|
|
a lot of help from many others.
|
|
|
|
|
</para>
|
|
|
|
|
</refsect1>
|
|
|
|
|
|
|
|
|
|
<refsect1>
|
|
|
|
|
<title>BUGS</title>
|
|
|
|
|
<para>
|
|
|
|
|
Please send bug reports to either the distribution or the
|
2008-11-11 10:15:40 -05:00
|
|
|
DeviceKit mailing list,
|
|
|
|
|
see <ulink url="http://lists.freedesktop.org/mailman/listinfo/devkit-devel"/>
|
2008-05-08 22:29:38 -04:00
|
|
|
on how to subscribe.
|
|
|
|
|
</para>
|
|
|
|
|
</refsect1>
|
|
|
|
|
|
|
|
|
|
<refsect1>
|
|
|
|
|
<title>SEE ALSO</title>
|
|
|
|
|
<para>
|
|
|
|
|
<citerefentry>
|
2010-01-21 14:47:21 +00:00
|
|
|
<refentrytitle>upowerd</refentrytitle><manvolnum>8</manvolnum>
|
2008-05-08 22:29:38 -04:00
|
|
|
</citerefentry>,
|
|
|
|
|
<citerefentry>
|
2010-01-21 14:47:21 +00:00
|
|
|
<refentrytitle>UPower</refentrytitle><manvolnum>7</manvolnum>
|
2008-05-08 22:29:38 -04:00
|
|
|
</citerefentry>,
|
|
|
|
|
</para>
|
|
|
|
|
</refsect1>
|
|
|
|
|
</refentry>
|