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” }

 

© 2019 Digi International Inc. All rights reserved.
hw/leds/led_name updated on 17 Oct 2017 10:57 AM