From 02d74608950d4e8a39198bb26a2bf0b76bdab817 Mon Sep 17 00:00:00 2001 From: Cody Baker Date: Mon, 19 Feb 2024 05:05:06 +0000 Subject: [PATCH] Document releases --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4154021..d1951f6 100644 --- a/README.md +++ b/README.md @@ -223,7 +223,12 @@ Response to Shelly.Reboot command for ShellyPlugUS-AABBCCDDEEFF: ## TODO * Device Backup & Restore / Support for configuration as code style provisioning. * MQTT / WebSocket support +* Easy upload/download of file-like resources (scripts, certificates, etc) +* Support for shelly debug logs via Websockets, MQTT, or UDP. +## Releases +See: [Releases](https://github.com/jcodybaker/shellyctl/releases) +Additionally container images are available: See [GitHub Packages](https://github.com/jcodybaker/shellyctl/pkgs/container/shellyctl/versions?filters%5Bversion_type%5D=tagged) ## Contributing Pull-requests and [issues](https://github.com/jcodybaker/go-shelly/issues) are welcome. Code should be formatted with gofmt, pass existing tests, and ideally add new testing. Test should include samples from live device request/response flows when possible.