obniz
Version:
obniz sdk for javascript
21 lines (20 loc) • 440 B
YAML
## YAML Template.
##---
$schema: http://json-schema.org/draft-04/schema#
id: "/request/ble/security/devices_clear"
description: "Clear bonding devices list"
deprecated: 3.0.0
type: object
required: [security]
properties:
security:
type: object
required: [devices]
properties:
devices:
type: object
required: [clear]
properties:
clear:
type: boolean
enum: [true]