hw/buttons/button_name

The hw/buttons/button_name URI reads the state of the named button.

URI path

hw/buttons/button_name

Supported request methods

GET

Queries the state of the named button.

Supported content types

XML

Button records can have one of the following as contents:

<button>down</button>
<button>up</button>

JSON

Button records can have one of the following as contents:

{ “button” : “down” }
{ “button” : “up” }

 

© 2019 Digi International Inc. All rights reserved.
hw/buttons/button_name updated on 17 Oct 2017 10:56 AM