hw/leds/led_name
The hw/leds/led_name URI manipulates the named LED.
On the WVA, you can use the special LED name dimmer to manipulate the hardware LED dimmer (off for bright, on for dim).
URI path
hw/leds/led_name
Supported request methods
GET
Queries the state of the named LED.
PUT
Changes the state of the named LED.
Supported content types
XML
LED records may have one of the following as contents:
<led>on</led> <led>off</led>
JSON
LED records can have one of the following as contents:
{ “led” : “on” } { “led” : “off” }