Warning: Can't synchronize with repository "(default)" (No changeset 96d22ec3fa3ef6de3ea8dc0d7d398adc9aa071cf in the repository). Look in the Trac log for more information.

source: Dbus API specifications/html/org.freesmartphone.Device.LED.html @ 41a0c40

Revision 41a0c40, 1.5 KB checked in by Michael 'Mickey' Lauer <mickey@…>, 5 years ago (diff)

regenerate everything as per tools update

  • Property mode set to 100644
Line 
1
2<!-- Warning: This file has been autogenerated by tools/makedoc.py. Manual edits will be overwritten. -->
3<html>
4    <head>
5        <title>freesmartphone.org LED Interface</title>
6        <link rel="stylesheet" type="text/css" href="http://git.freesmartphone.org/?p=specs.git;a=blob_plain;f=html/style.css;hb=HEAD" />
7    </head>
8    <body>
9    <div class="topbox">freesmartphone.org Framework DBus Interface Specification</div>
10
11
12<h1>org.freesmartphone.Device.LED</h1><h2>Description</h2>
13<p>This interface provides access to a led device.</p>
14<h2>Namespace</h2>
15<p><tt>org.freesmartphone.Device.LED</tt></p>
16<h2>Methods</h2><ul>
17<li><a href="#SetBrightness">SetBrightness</a></li>
18<li><a href="#SetBlinking">SetBlinking</a></li>
19</ul>
20<h2>Signals</h2><i>None</i>
21<h2>Errors</h2><i>None</i>
22<h1>Methods</h1><h3><a name="SetBrightness">SetBrightness</a> ( i )</h3>
23<p><i>Description:</i> Set the brightness level. </p><h4>Parameters</h4><i>i: brightness</i><p>The brightness level in percent (0-100).</p>
24<h3><a name="SetBlinking">SetBlinking</a> ( ii )</h3>
25<p><i>Description:</i> Start blinking. </p><h4>Parameters</h4><i>i: on_duration</i><p>Duration of being lit in milliseconds.</p><i>i: off_duration</i><p>Duration of being unlit in milliseconds.</p>
26
27    <hr/>
28    <small>
29    | Specified 2008 by the <a href="http://www.freesmartphone.org">Freesmartphone.org</a> team. | Join us and discuss further drafts smartphones-standards (at) linuxtogo (dot) org
30    </small>
31    <hr/>
32    </body>
33</html>
34
Note: See TracBrowser for help on using the repository browser.