UNPKG

homebridge-http-motion-sensor

Version:

Homebridge plugin for a remote motion sensor based on http

8 lines (7 loc) 281 B
"use strict"; const platform_1 = require("./platform"); const PLATFORM_NAME = 'HttpMotionSensorPlatform'; const PLUGIN_NAME = 'homebridge-http-motion-sensor'; module.exports = (api) => { api.registerPlatform(PLUGIN_NAME, PLATFORM_NAME, platform_1.HttpMotionSensorPlatform); };