hw/buzzer

The hw/buzzer URI manipulates the buzzer, also known as the audible alarm.

URI path

hw/buzzer

Supported request methods

GET

Queries the state of the buzzer.

PUT

Change the state of the buzzer.

Supported content types

XML

Buzzer records can have one of the following as contents:

<buzzer>on</buzzer>
<buzzer>off</buzzer>

JSON

Buzzer records may have one of the following as contents:

{ “buzzer” : “on” }
{ “buzzer” : “off” }

 

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