UNPKG

homebridge-hikvision-local

Version:

Homebridge plugin that connects to your HikVision DVR via a local connection and exposes your cameras in Homebridge. The plugin is heavily based on excellent [homebridge-camera-ffmpeg](https://github.com/Sunoo/homebridge-camera-ffmpeg) and the various hom

11 lines 515 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HIKVISION_PLUGIN_NAME = exports.HIKVISION_PLATFORM_NAME = void 0; exports.default = main; const HikVisionNVR_1 = require("./HikVisionNVR"); exports.HIKVISION_PLATFORM_NAME = 'Hikvision-Local'; exports.HIKVISION_PLUGIN_NAME = 'homebridge-hikvision-local'; function main(api) { api.registerPlatform(exports.HIKVISION_PLUGIN_NAME, exports.HIKVISION_PLATFORM_NAME, HikVisionNVR_1.HikVisionNVR); } //# sourceMappingURL=index.js.map