UNPKG

lavva.exalushome.webcams

Version:

Library implementing webcams and abstraction layers for webcams configuration API in ExalusHome system

9 lines 217 B
export class WebCamConfiguration { constructor() { this.Guid = ""; this.RtspUrl = ""; this.UserName = null; this.Password = null; } } //# sourceMappingURL=IWebCamsService.js.map