Application:LEDService

From WebOS Internals
Revision as of 03:00, 10 August 2009 by Decimation (talk | contribs) (New page: == Summary == This service provides access to the LED's brightness settings. As of webOS 1.1.0, is not accessible from application development. With this service, it can be accessed by a...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Summary

This service provides access to the LED's brightness settings. As of webOS 1.1.0, is not accessible from application development. With this service, it can be accessed by an application.

This service has three methods which are exposed to the user, along with three opposite methods.

setBrightnessLeftLED(int value)
setBrightnessCenterLED(int value)
setBrightnessRightLED(int value)

Then:

getBrightnessLeftLED(int value)
getBrightnessCenterLED(int value)
getBrightnessRightLED(int value)