Application:LEDService
Revision as of 02: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...)
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)