UNPKG

@homebridge-plugins/homebridge-smarthq

Version:

The SmartHQ plugin allows you to interact with SmartHQ Devices in HomeKit and with Siri.

9 lines 192 B
import path from 'path' export default { resolve: { alias: { '@opal': path.resolve(__dirname, 'src/devices/OpalIceMaker'), '@root': path.resolve(__dirname, 'src') } } }