UNPKG

homebridge-airport-express-connected

Version:

Homebridge plugin that uses mDNS request data to show a occupancy sensor that is activated when connecting to an airport express devices via AirPlay 2.

7 lines 191 B
import type { MDNSReply } from './settings'; export default interface IDevice { data: MDNSReply; displayName: string; serialNumber: string; } //# sourceMappingURL=IDevice.d.ts.map