UNPKG

ojousima.ble_influx_gw

Version:

Read BLE advertisements, parse data and relay data to InfluxDB

8 lines (7 loc) 238 B
export declare class InfluxLogin { readonly host: string; readonly port: number; readonly username: string; readonly password: string; constructor(host?: string, port?: number, username?: string, password?: string); }