UNPKG

obniz

Version:

obniz sdk for javascript

33 lines (29 loc) 774 B
## YAML Template. ##--- $schema: http://json-schema.org/draft-04/schema# id: "/response/ble/central/characteristic_get" deprecated: 3.0.0 type: object required: [get_characteristic_result] properties: get_characteristic_result: type: object required: [address,service_uuid,characteristic_uuid,properties] additionalProperties: false properties: address: {$ref: "/deviceAddress"} service_uuid: {$ref: "/uuid"} characteristic_uuid: {$ref: "/uuid"} properties: type: array items: type: string enum: - broadcast - read - write_without_response - write - notify - indicate - auth - extended_properties