config#

class platypush.plugins.config.ConfigPlugin(**kwargs)[source]#

Bases: Plugin

This plugin can be used to programmatically access the application configuration.

dashboards() dict[source]#

Get the configured dashboards.

get() dict[source]#

Get the current configuration.

get_backends() dict[source]#

Get the configured backends.

get_dashboard(name: str) str[source]#

Get a dashboard configuration by name.

get_device_id() str[source]#

Get the configured device_id.

get_plugins() dict[source]#

Get the configured plugins.

get_procedures() dict[source]#

Get the configured procedures.