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

Plugins #24

Closed
eliassjogreen opened this issue Apr 14, 2020 · 0 comments
Closed

Plugins #24

eliassjogreen opened this issue Apr 14, 2020 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@eliassjogreen
Copy link
Member

eliassjogreen commented Apr 14, 2020

Once events are implemented a use of them could be for plugins. These would be written in a specific denon plugin configuration file with only the events. These plugins could perhaps be written directly in deno and imported as such with #23. The plugins should be imported in the denonrc configuration files by an URL that extends the current configuration file with the event specific commands of the plugin.

An example denon plugin:

{
	"events": {
		"restart": "do live reload"
	}
}

The plugin would be imported like the following:

{
	"plugins": [
		"https://example.com/live_reload.json"
	]
}
@eliassjogreen eliassjogreen added the enhancement New feature or request label Apr 15, 2020
@notfilippo notfilippo added this to the 2.0.0 milestone May 18, 2020
@notfilippo notfilippo modified the milestones: 2.1.0, 2.2.0 Jun 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants