Stream Deck plugin release note (#14)
This commit is contained in:
parent
619a2c12b1
commit
ece97549f4
7 changed files with 30 additions and 6 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,3 +1,2 @@
|
|||
.DS_Store
|
||||
**/Bruno/
|
||||
**/logs/
|
||||
**/Bruno/
|
||||
|
|
@ -11,7 +11,7 @@ gc.collect()
|
|||
SSID = '<YOUR WIFI SSID>' # Set the WIFI network SSID
|
||||
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.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
|
||||
|
|
|
|||
|
|
@ -12,16 +12,16 @@ It comes with a with a rudimentary (and ugly) **Web UI** and a simple (but hopef
|
|||
|
||||
# Web UI
|
||||
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: |
|
||||
|---------------------------|
|
||||
|  |
|
||||
|
||||
# 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.
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 110 KiB After Width: | Height: | Size: 61 KiB |
25
streamdeck-plugin/README.md
Normal file
25
streamdeck-plugin/README.md
Normal 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
|
||||
|
||||

|
||||
BIN
streamdeck-plugin/img/v0.1.0.0.png
Normal file
BIN
streamdeck-plugin/img/v0.1.0.0.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 112 KiB |
Loading…
Add table
Add a link
Reference in a new issue