UNPKG

abstract-things

Version:

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

9 lines (6 loc) 283 B
'use strict'; module.exports.Actions = require('./actions'); module.exports.Controller = require('./controller'); module.exports.Button = require('./button'); module.exports.RemoteControl = require('./remote-control'); module.exports.WallController = require('./wall-controller');