obniz
Version:
obniz sdk for javascript
20 lines (17 loc) • 411 B
YAML
## YAML Template.
##---
$schema: http://json-schema.org/draft-04/schema#
id: "/request/ble/central/scan_start"
related :
- "/response/ble/central/scan"
- "/response/ble/central/scan_finish"
type: object
required : [scan]
properties:
scan :
type : object
additionalProperties: false
properties:
duration :
type : integer
default : 30