]> the.earth.li Git - mqttdeck.git/log
mqttdeck.git
3 weeks agoAdd initial support for setting button colours
Jonathan McDowell [Sat, 26 Apr 2025 17:40:15 +0000 (18:40 +0100)]
Add initial support for setting button colours

Initial rough 'n ready code to accept JSON commands over MQTT to set the
colour of the buttons on the StreamDeck.

3 weeks agoUpdate Cargo.toml to latest suitable versions
Jonathan McDowell [Sat, 26 Apr 2025 15:10:24 +0000 (16:10 +0100)]
Update Cargo.toml to latest suitable versions

We're constrained by Debian bookworm being on Rust 1.63, but update
things a little to some more recent upstream releases.

3 weeks agoApply "cargo fmt" to code
Jonathan McDowell [Sat, 26 Apr 2025 14:54:09 +0000 (15:54 +0100)]
Apply "cargo fmt" to code

9 months agoAdd automatic MQTT reconnection
Jonathan McDowell [Wed, 31 Jul 2024 08:22:09 +0000 (09:22 +0100)]
Add automatic MQTT reconnection

If the MQTT server goes away we want to try and reconnect automatically.

20 months agoAdd initial async framework
Jonathan McDowell [Mon, 4 Sep 2023 18:35:22 +0000 (19:35 +0100)]
Add initial async framework

To move to being able to accept commands controlling button images move
to using the async version of streamdeck.

23 months agoAdd udev/systemd service files to start on device insertion v0.1.0
Jonathan McDowell [Sat, 10 Jun 2023 17:17:26 +0000 (18:17 +0100)]
Add udev/systemd service files to start on device insertion

23 months agoAdd basic, terrible, Debian packaging
Jonathan McDowell [Sat, 10 Jun 2023 16:39:22 +0000 (17:39 +0100)]
Add basic, terrible, Debian packaging

This is not the right way to package a Rust binary for Debian; it makes
no attempt to use system Rust crates and instead invokes cargo itself to
download what's needed. However it makes it much easier to test
deployment and in the unlikely event I decide to upload to Debian I'll
fix it to use dh-cargo etc first.

23 months agoInitial commit
Jonathan McDowell [Wed, 7 Jun 2023 18:25:57 +0000 (19:25 +0100)]
Initial commit