SENSBLUE ATLAS/Datasheet: Difference between revisions
Appearance
| Line 2,217: | Line 2,217: | ||
| - | | - | ||
|All requests | |All requests | ||
| | |Main task object. Contains the requested action and | ||
optional parameters. | |||
|- | |- | ||
|task.action | |task.action | ||
| Line 2,224: | Line 2,225: | ||
| - | | - | ||
|All requests | |All requests | ||
| | |Action to execute. Supported values: "BEEP" and | ||
"STOP". | |||
|- | |- | ||
|task.params | |task.params | ||
| Line 2,231: | Line 2,233: | ||
|{} | |{} | ||
|BEEP | |BEEP | ||
| | |Optional parameters for configuring the buzzer | ||
behavior. Not needed for STOP. | |||
|- | |- | ||
|task.params.mode | |task.params.mode | ||
| Line 2,238: | Line 2,241: | ||
|"sequence" | |"sequence" | ||
|BEEP | |BEEP | ||
| | |Playback mode. Supported values: "sequence" and | ||
"continuous". | |||
|- | |- | ||
|task.params.frequency_hz | |task.params.frequency_hz | ||
| Line 2,245: | Line 2,249: | ||
|2700.0 | |2700.0 | ||
|BEEP | |BEEP | ||
| | |Buzzer frequency in Hz. Recommended/default value | ||
is 2700 Hz , matching the buzzer resonant frequency. | |||
|- | |- | ||
|task.params.duration_s | |task.params.duration_s | ||
| Line 2,253: | Line 2,258: | ||
|BEEP with | |BEEP with | ||
mode="sequence" | mode="sequence" | ||
| | |Duration of each beep, in seconds. | ||
|- | |- | ||
|task.params.count | |task.params.count | ||
| Line 2,261: | Line 2,266: | ||
|BEEP with | |BEEP with | ||
mode="sequence" | mode="sequence" | ||
| | |Number of beeps to play. 0 means repeat forever | ||
until STOP. | |||
|- | |- | ||
|task.params.gap_s | |task.params.gap_s | ||
| Line 2,269: | Line 2,275: | ||
|BEEP with | |BEEP with | ||
mode="sequence" | mode="sequence" | ||
| | |Silence gap between beeps, in seconds. | ||
|- | |- | ||
|task.params.mode ="continuous" | |task.params.mode ="continuous" | ||
| Line 2,276: | Line 2,282: | ||
| - | | - | ||
|BEEP | |BEEP | ||
| | |Plays one continuous tone until STOP . In this mode, | ||
duration_s , count , and gap_s are ignored. | |||
|} | |} | ||