UNPKG

homebridge-fujitsu-airstage

Version:

A Homebridge plugin to control devices that use the Fujitsu Airstage API.

9 lines (6 loc) 187 B
'use strict'; const Platform = require('./platform'); const settings = require('./settings'); module.exports = (api) => { api.registerPlatform(settings.PLATFORM_NAME, Platform); };