UNPKG

obniz

Version:

obniz sdk for javascript

17 lines (14 loc) 385 B
## YAML Template. ##--- $schema: http://json-schema.org/draft-04/schema# id: "/request/ble/central/service_get" related : "/response/ble/central/service_get" type: object required : [get_services] properties: get_services : type : object required: [address] additionalProperties: false properties: address : {$ref : "/deviceAddress"}