Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add plugin methods to smarthome #50

Closed
wants to merge 9 commits into from

Commits on Dec 10, 2013

  1. Configuration menu
    Copy the full SHA
    6eccee4 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2014

  1. Configuration menu
    Copy the full SHA
    de7eab5 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2014

  1. Configuration menu
    Copy the full SHA
    49a267c View commit details
    Browse the repository at this point in the history
  2. - add sh.get_plugin() to return the plugin instance by plugin name

      and get_plugin_ident() to return the thead ident for a given plugin
      instance
    ohinckel committed Feb 2, 2014
    Configuration menu
    Copy the full SHA
    34ccf54 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c3058a View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2014

  1. - make use of get_plugin_ident() function in SML plugin to be able to…

    … register
    
      this plugin multiple times
    # e.g. when having more than one power meter device and serial devices
    ohinckel committed Jun 16, 2014
    Configuration menu
    Copy the full SHA
    28f95e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71817d8 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2014

  1. - add SmartHome.get_plugin_name() and Plugins.get_plugin_name() to re…

    …trieve the plugin name
    
      for given plugin instance
    # can also be used instead of plugin ident (which is the thread`s identifier) for
    # better readability
    ohinckel committed Jul 5, 2014
    Configuration menu
    Copy the full SHA
    9520265 View commit details
    Browse the repository at this point in the history
  2. - use get_plugin_name() instead of get_plugin_ident() to register sch…

    …eduler with
    
      the plugin name instead of plugin ident, which can not be used to identify the
      plugin instance
    ohinckel committed Jul 5, 2014
    Configuration menu
    Copy the full SHA
    0f85555 View commit details
    Browse the repository at this point in the history