/** * Generated file. Do not edit */ import { TapResponse } from '@iotize/tap'; import { AbstractService, ServiceCallType } from '@iotize/tap'; export declare class BleService extends AbstractService { resources: { getAddress: ServiceCallType; }; /** * Get BLE MAC address * * LWM2M path: /1024//22 * * @tapVersion(">=1.0") * @return */ getAddress(): Promise>; /** * * * LWM2M path: /1024//22 * * @tapVersion(">=1.0") * @return call options */ getAddressCall(): ServiceCallType; }