-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Converted doc from markdown to asciidoctor.
- Loading branch information
1 parent
27651b5
commit 642f815
Showing
8 changed files
with
104 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
= Stream Deck SimHub Plugin | ||
:toc: | ||
|
||
|
||
== About | ||
|
||
This is a plugin for https://www.elgato.com/stream-deck[Stream Deck]. It offers Stream Deck actions, which are updating their state from https://www.simhubdash.com/[SimHub]. | ||
|
||
This means, that actions can be bound to SimHub properties. If the value of a bound SimHub property changes, the button in Stream Deck will reflect this property change. | ||
|
||
This plugin depends on the https://github.com/pre-martin/SimHubPropertyServer[SimHub Property Server plugin], which has to be installed in SimHub. | ||
|
||
|
||
== Installation | ||
|
||
Be sure to have the SimHub Property Server plugin installed into SimHub (see above). When updating this plugin, be sure to also check the SimHub Property Server plugin for updates. | ||
|
||
For the usage of this plugin, the https://dotnet.microsoft.com/en-us/download/dotnet/6.0[.NET Runtime 6.0] has to be installed. It is very likely, that this is already installed on your PC. | ||
|
||
Download the file `net.planetrenner.simhub.streamDeckPlugin` from the GitHub "Releases" page and double-click it to install it into Stream Deck. | ||
|
||
|
||
== Usage | ||
|
||
See link:doc/Usage.adoc[Usage.adoc] |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
= Release Process | ||
|
||
. If there is no release branch yet for the current version: + | ||
`nbgv prepare-release` | ||
. Switch to the release branch: + | ||
`git switch release/v1.2` | ||
. Push the release branch | ||
. Create a tag and push it afterwards: | ||
- `nbgv tag` | ||
- `git push origin v1.2` | ||
. Build the plugin: | ||
- `release.bat` | ||
. Create a release in GitHub from the tag and attach the file `net.planetrenner.simhub.streamDeckPlugin` | ||
. Push the main branch. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters