UNPKG

axis-discovery-ssdp

Version:

A Node.js SSDP (UPnP) client library written in TypeScript capable of searching for Axis Communication cameras.

7 lines 221 B
import { Device } from '..'; import { Message } from './Message'; /** * Maps a SSDP message to a device. */ export declare function mapFromMessage(message: Message): Device | null; //# sourceMappingURL=Mappings.d.ts.map