UNPKG

obniz

Version:

obniz sdk for javascript

18 lines (16 loc) 594 B
## YAML Template. ##--- $schema: http://json-schema.org/draft-04/schema# id: "/request/ble/central/characteristic_unregister_notify" related : "/response/ble/central/characteristic_unregister_notify" type: object required : [unregister_notify_characteristic] properties: unregister_notify_characteristic : type : object required: [address,service_uuid,characteristic_uuid] additionalProperties: false properties: address : {$ref : "/deviceAddress"} service_uuid : {$ref : "/uuid"} characteristic_uuid : {$ref : "/uuid"}