forked from platypush/platypush
Fabio Manganiello
952a2a9379
- Provide relevant examples for schema fields with no description/examples based on the field type - Fixed RST warnings in Slack plugin - Fixed list of events in ngrok plugin
11 lines
472 B
YAML
11 lines
472 B
YAML
manifest:
|
|
events:
|
|
platypush.message.event.ngrok.NgrokProcessStartedEvent: when the ``ngrok`` process is started.
|
|
platypush.message.event.ngrok.NgrokProcessStoppedEvent: when the ``ngrok`` process is stopped.
|
|
platypush.message.event.ngrok.NgrokTunnelStartedEvent: when a tunnel is started.
|
|
platypush.message.event.ngrok.NgrokTunnelStoppedEvent: when a tunnel is stopped.
|
|
install:
|
|
pip:
|
|
- pyngrok
|
|
package: platypush.plugins.ngrok
|
|
type: plugin
|