Stream Deck plugin release note (#14)

This commit is contained in:
iGoX 2024-12-27 15:44:33 +01:00
parent 619a2c12b1
commit ece97549f4
7 changed files with 30 additions and 6 deletions

3
.gitignore vendored
View file

@ -1,3 +1,2 @@
.DS_Store .DS_Store
**/Bruno/ **/Bruno/
**/logs/

View file

@ -11,7 +11,7 @@ gc.collect()
SSID = '<YOUR WIFI SSID>' # Set the WIFI network SSID SSID = '<YOUR WIFI SSID>' # Set the WIFI network SSID
PASSWORD = '<YOUR WIFI PASSWORD>' # Set the WIFI network password PASSWORD = '<YOUR WIFI PASSWORD>' # Set the WIFI network password
network.country('<YOUR COUNTRY CODE>') # Set the country code for the WIFI (ISO 3166-1 Alpha-2 country code) network.country('<YOUR COUNTRY CODE>') # Set the country code for the WIFI (ISO 3166-1 Alpha-2 country code)
network.hostname('busylight-esp32') # Hostname that will identify this device on the network network.hostname('igox-busylight') # Hostname that will identify this device on the network
# -------------------------- # --------------------------
# Function to connect to the WIFI # Function to connect to the WIFI

View file

@ -12,16 +12,16 @@ It comes with a with a rudimentary (and ugly) **Web UI** and a simple (but hopef
# Web UI # Web UI
A very simplistic (and ugly) UI is available on port `80`. \ A very simplistic (and ugly) UI is available on port `80`. \
Default hostname is `busylight-esp32`. Default hostname is `igox-busylight`.
You can try to reach the web UI @ `http://busylight-esp32.local`. You can try to reach the web UI @ `http://igox-busylight.local`.
| What an ugly UI ! :smile: | | What an ugly UI ! :smile: |
|---------------------------| |---------------------------|
| ![Web UI](img/web-ui.png) | | ![Web UI](img/web-ui.png) |
# Stream Deck plug-in # Stream Deck plug-in
You can download a Stream Deck plugin to control your BusyLight [here](streamdeck-plugin/busylight/org.igox.busylight.streamDeckPlugin). You can download a Stream Deck plugin to control your BusyLight [here](streamdeck-plugin/README.md).
I will (hopefully) publish it to the [Elgato Market Place](https://marketplace.elgato.com/stream-deck/plugins) soon. I will (hopefully) publish it to the [Elgato Market Place](https://marketplace.elgato.com/stream-deck/plugins) soon.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 110 KiB

After

Width:  |  Height:  |  Size: 61 KiB

Before After
Before After

View file

@ -0,0 +1,25 @@
# Release notes
## Version 0.1.0.0 (2024-12-28)
### Download
[org.igox.busylight.v0.1.0.0.streamDeckPlugin](download/org.igox.busylight.v0.1.0.0.streamDeckPlugin)
### Features
- Quick action buttons to set the BusyLight status (Available: green, Away: yellow, Busy: red).
- Quick action button to turn off the BusyLight.
- Button to set the BusyLight brightness.
### Fixes
- None: initial version of the plugin.
### Bugs & known limitations
None known at publication time.
### Screenshot
![v0.1.0.0 screenshot](img/v0.1.0.0.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB