Difference between revisions of "Application:LEDService"

From WebOS Internals
Jump to navigation Jump to search
(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...)
(No difference)

Revision as of 03:00, 10 August 2009

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)