UNPKG

homebridge-fujitsu-airstage

Version:

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

7 lines (4 loc) 134 B
'use strict'; const Client = require('./client'); const constants = require('./constants'); module.exports = { Client, constants };