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