summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2024-10-03 20:57:18 +0200
committerxengineering <me@xengineering.eu>2024-10-03 20:57:18 +0200
commit67e1e5f7d1137a081e931873d3716c963032d935 (patch)
tree0f64f273e4e88f3fac66de0df33d6a1c9d447d7e
parent34820ba739bf226b131f6a87b5a8d9c97aeff091 (diff)
downloadwebsite-67e1e5f7d1137a081e931873d3716c963032d935.tar
website-67e1e5f7d1137a081e931873d3716c963032d935.tar.zst
website-67e1e5f7d1137a081e931873d3716c963032d935.zip
git: soundbox-go: Set active and extend description
-rw-r--r--content/git/soundbox-go.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/content/git/soundbox-go.md b/content/git/soundbox-go.md
index acc4924..946ff1c 100644
--- a/content/git/soundbox-go.md
+++ b/content/git/soundbox-go.md
@@ -2,5 +2,12 @@
"name":"soundbox-go",
"friendly_name":"soundbox-go",
"description":"Go library to interface with soundbox devices",
- "state":"experimental"
+ "state":"active"
}
+
+This Go library contains all the logic necessary to use [soundbox][1] devices.
+Moving this code out of the [soundbox-app][2] allows to add integrations into
+other software easily.
+
+[1]: https://xengineering.eu/git/soundbox
+[2]: https://xengineering.eu/git/soundbox-app