application
#
Description#
This plugin is used to control and inspect the application state.
Configuration#
application:
# No configuration required
Actions#
Module reference#
- class platypush.plugins.application.ApplicationPlugin(**kwargs)[source]#
Bases:
Plugin
This plugin is used to control and inspect the application state.
- __init__(**kwargs)#
- get_install_commands(extension: str) List[str] [source]#
Get the installation commands for an extension.
- Parameters:
extension – Extension name. For plugins, it will be the plugin name (e.g.
light.hue
ormusic.mpd
); for backend, the name will be prefixed bybackend.
(e.g.backend.http
orbackend.tcp
).