homenet-app
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

homenet-app

Homenet: home automation for developers - Application

Plugins

  1. Place subfolder inside folder lib/plugins.
  2. Export the plugin as a function that will be called on plugin load.
  3. Attach $name and $require as properties on the function.

Example:

 
function load(args) {
    var logger = args.logger;
    var sensors = args.sensors;
}
 
load.$name = 'myPluginName';
load.$require = ['logger', 'sensors'];
 
module.exports = load;
 

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    1
  • 0.0.1
    0

Package Sidebar

Install

npm i homenet-app

Weekly Downloads

1

Version

0.0.2

License

MIT

Last publish

Collaborators

  • denwilliams