obniz
Version:
obniz sdk for javascript
21 lines (19 loc) • 616 B
YAML
## YAML Template.
##---
$schema: http://json-schema.org/draft-04/schema#
id: "/response/ble/central/characteristic_register_notify"
related: "/request/ble/central/characteristic_register_notify"
deprecated: 3.0.0
type: object
required: [characteristic_register_notify_result]
properties:
characteristic_register_notify_result:
type: object
required: [address,service_uuid,characteristic_uuid,result]
additionalProperties: false
properties:
address: {$ref: "/deviceAddress"}
service_uuid: {$ref: "/uuid"}
characteristic_uuid: {$ref: "/uuid"}
result:
type: boolean