UNPKG

abstract-things

Version:

Base for building libraries that interact with physical things, such as IoT-devices

11 lines (8 loc) 400 B
'use strict'; module.exports.PowerOutlet = require('./power-outlet'); module.exports.PowerChannel = require('./power-channel'); module.exports.PowerPlug = require('./power-plug'); module.exports.PowerStrip = require('./power-strip'); module.exports.WallOutlet = require('./wall-outlet'); module.exports.PowerSwitch = require('./power-switch'); module.exports.WallSwitch = require('./wall-switch');