UNPKG

dirigera-simple

Version:

A simple tool that can be used to set up a local controller for your new IKEA smart home system, based on the Dirigera hub.

11 lines (8 loc) 213 B
import { Dirigera } from './src/Dirigera.js'; import { Authenticate } from './src/Authenticate.js'; import { Discover } from './src/Discover.js' export { Dirigera, Authenticate, Discover }