UNPKG

obniz

Version:

obniz sdk for javascript

20 lines (16 loc) 576 B
## YAML Template. ##--- $schema: http://json-schema.org/draft-04/schema# id: "/response/ble/central/characteristic_notify" type: object required : [nofity_characteristic] properties: nofity_characteristic : type : object required: [address,service_uuid,characteristic_uuid, data] additionalProperties: false properties: address : {$ref : "/deviceAddress"} service_uuid : {$ref : "/uuid"} characteristic_uuid : {$ref : "/uuid"} data : {$ref : "/dataArray" }