UNPKG

@koush/ring-client-api

Version:

Unofficial API for Ring doorbells, cameras, security alarm system and smart lighting

10 lines (9 loc) 391 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const ring_platform_1 = require("./ring-platform"); const hap_1 = require("./hap"); function default_1(homebridge) { (0, hap_1.setHap)(homebridge.hap); homebridge.registerPlatform(ring_platform_1.pluginName, ring_platform_1.platformName, ring_platform_1.RingPlatform, true); } exports.default = default_1;