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

7 lines
138 B
TypeScript
Raw Normal View History

2026-05-05 12:01:30 +00:00
export interface IBluetoothAdvertisement {
id: string;
name?: string;
rssi?: number;
manufacturerData?: Record<string, string>;
}