From 6950f73ff6e85841c985d29eb32cb2d32d18c514 Mon Sep 17 00:00:00 2001 From: Devin Collins <3997333+ImDevinC@users.noreply.github.com> Date: Wed, 7 Jan 2026 22:26:44 -0800 Subject: [PATCH] Docs: Add README with action descriptions Add README.md documenting the Countdown action and its features including timer controls, dial adjustments, and command execution capabilities. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0d83156 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Countdown Plugin + +A simple countdown timer plugin for Stream Deck. + +## Actions + +### Countdown +A configurable countdown timer that displays remaining time with a visual progress ring, allows start/pause/resume/reset controls, supports dial adjustment of duration, and can execute a custom command when the timer completes.