diff --git a/.gitignore b/.gitignore index 2ed6fbd..28c8c57 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ .DS_Store -**/Bruno/ -**/logs/ \ No newline at end of file +**/Bruno/ \ No newline at end of file diff --git a/ESP32/boot.py b/ESP32/boot.py index 0016c3d..4eccb83 100644 --- a/ESP32/boot.py +++ b/ESP32/boot.py @@ -11,7 +11,7 @@ gc.collect() SSID = '' # Set the WIFI network SSID PASSWORD = '' # Set the WIFI network password network.country('') # 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 diff --git a/README.md b/README.md index 554c23b..f64f36e 100644 --- a/README.md +++ b/README.md @@ -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: | |---------------------------| | ![Web UI](img/web-ui.png) | # 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. diff --git a/img/mutedeck-webhook-conf.png b/img/mutedeck-webhook-conf.png index 10dfdc7..5160632 100644 Binary files a/img/mutedeck-webhook-conf.png and b/img/mutedeck-webhook-conf.png differ diff --git a/streamdeck-plugin/README.md b/streamdeck-plugin/README.md new file mode 100644 index 0000000..a356eab --- /dev/null +++ b/streamdeck-plugin/README.md @@ -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) \ No newline at end of file diff --git a/streamdeck-plugin/busylight/org.igox.busylight.streamDeckPlugin b/streamdeck-plugin/download/org.igox.busylight.v0.1.0.0.streamDeckPlugin similarity index 100% rename from streamdeck-plugin/busylight/org.igox.busylight.streamDeckPlugin rename to streamdeck-plugin/download/org.igox.busylight.v0.1.0.0.streamDeckPlugin diff --git a/streamdeck-plugin/img/v0.1.0.0.png b/streamdeck-plugin/img/v0.1.0.0.png new file mode 100644 index 0000000..dea12bc Binary files /dev/null and b/streamdeck-plugin/img/v0.1.0.0.png differ