-
Notifications
You must be signed in to change notification settings - Fork 91
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
Commits on Dec 10, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 6eccee4 - Browse repository at this point
Copy the full SHA 6eccee4View commit details
Commits on Jan 25, 2014
-
Configuration menu - View commit details
-
Copy full SHA for de7eab5 - Browse repository at this point
Copy the full SHA de7eab5View commit details
Commits on Feb 2, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 49a267c - Browse repository at this point
Copy the full SHA 49a267cView commit details -
- 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
Configuration menu - View commit details
-
Copy full SHA for 34ccf54 - Browse repository at this point
Copy the full SHA 34ccf54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c3058a - Browse repository at this point
Copy the full SHA 3c3058aView commit details
Commits on Jun 16, 2014
-
- 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
Configuration menu - View commit details
-
Copy full SHA for 28f95e5 - Browse repository at this point
Copy the full SHA 28f95e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71817d8 - Browse repository at this point
Copy the full SHA 71817d8View commit details
Commits on Jul 5, 2014
-
- 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
Configuration menu - View commit details
-
Copy full SHA for 9520265 - Browse repository at this point
Copy the full SHA 9520265View commit details -
- 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
Configuration menu - View commit details
-
Copy full SHA for 0f85555 - Browse repository at this point
Copy the full SHA 0f85555View commit details