<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.webos-internals.org/index.php?action=history&amp;feed=atom&amp;title=Controlling_LEDs_from_the_Shell</id>
	<title>Controlling LEDs from the Shell - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.webos-internals.org/index.php?action=history&amp;feed=atom&amp;title=Controlling_LEDs_from_the_Shell"/>
	<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Controlling_LEDs_from_the_Shell&amp;action=history"/>
	<updated>2026-04-06T01:06:09Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Controlling_LEDs_from_the_Shell&amp;diff=1100&amp;oldid=prev</id>
		<title>Hopspitfire: New page: I wish the device would indicate via flashing LED that I had a message or alert waiting.  I didn't find a way to do it via the regular interface, but from the command line I can at least c...</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Controlling_LEDs_from_the_Shell&amp;diff=1100&amp;oldid=prev"/>
		<updated>2009-07-20T22:22:15Z</updated>

		<summary type="html">&lt;p&gt;New page: I wish the device would indicate via flashing LED that I had a message or alert waiting.  I didn&amp;#039;t find a way to do it via the regular interface, but from the command line I can at least c...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;I wish the device would indicate via flashing LED that I had a message or alert waiting.  I didn't find a way to do it via the regular interface, but from the command line I can at least control the led via the sysfs mounted on /sys&lt;br /&gt;
&lt;br /&gt;
The list of LEDs are:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
root@castle:/sys/class/leds# ls -F&lt;br /&gt;
core_navi_center/  core_navi_left/    core_navi_right/   kbd_bl_led_center/ kbd_bl_led_left/   kbd_bl_led_right/&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
the core_navi_left is the left-bottom white led in the &amp;quot;gesture&amp;quot; area.  &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
root@castle:/sys/class/leds/core_navi_left# ls -F&lt;br /&gt;
brightness  device@     power/      subsystem@  uevent&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
with the device sleeping and no panel leds on:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
root@castle:/sys/class/leds/core_navi_left# cat brightness &lt;br /&gt;
0&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to make one of the LEDs light up&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
root@castle:/sys/class/leds/core_navi_left# echo 50 &amp;gt; brightness &lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
that set the intensity at about 50%.  The only numeric values that made any visible change were in the range of 0-100.  Setting it back to zero turned off the LED:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
root@castle:/sys/class/leds/core_navi_left# echo 0 &amp;gt; brightness &lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
So if I want it bad enough, and nobody finds an easier way to do it in the app framework, I could probably write a shell script or some awful hack to manually twiddle the LEDs&lt;/div&gt;</summary>
		<author><name>Hopspitfire</name></author>
	</entry>
</feed>