bitfocus / io.bitfocus.companion-plugin

Companion plugin for the native Stream Deck application
MIT License
7 stars 2 forks source link

Add support for specifying companion IP #13

Open josephdadams opened 5 days ago

josephdadams commented 5 days ago

This adds support for a global config page where you can point the plugin to a companion install other than localhost. It also takes the SDKs to the latest version and changes were necessary to stay up to date on latest approaches for that.

image

image

The user can open the global config by clicking the link on any Companion button.

josephdadams commented 3 days ago

@Julusian this should satisfy the value of this.#websocket and now it will only issue a reconnect when connect is called either explicitly or via the interval every 5 seconds if connection is lost. Previously both setAddress and setPort were also calling connect