Class default

Hierarchy

  • default

Constructors

Properties

INDICATE_CHARACTERRISTIC_UUID: string = 'b3b3910250d34044808d50835b13a6cd'
PRIMARY_SERVICE_UUID: string = 'b3b3690150d34044808d50835b13a6cd'
WRITE_CHARACTERRISTIC_UUID: string = 'b3b3910150d34044808d50835b13a6cd'
advertisement: any
connected: boolean = false
info: any = {}
onconnect: any = null
onconnectprogress: any = null
ondisconnect: any = null
onnotify: any = null
services: any = ...

Methods

  • Parameters

    • sensor_type: any

    Returns {
        get: (() => Promise<unknown>);
        onnotify: null;
        start: (() => Promise<unknown>);
        stop: (() => Promise<unknown>);
    }

    • get: (() => Promise<unknown>)
        • (): Promise<unknown>
        • Returns Promise<unknown>

    • onnotify: null
    • start: (() => Promise<unknown>)
        • (): Promise<unknown>
        • Returns Promise<unknown>

    • stop: (() => Promise<unknown>)
        • (): Promise<unknown>
        • Returns Promise<unknown>

Generated using TypeDoc