Files
integrations/ts/protocols/bluetooth/index.ts
T

7 lines
138 B
TypeScript

export interface IBluetoothAdvertisement {
id: string;
name?: string;
rssi?: number;
manufacturerData?: Record<string, string>;
}