diff options
author | xengineering <me@xengineering.eu> | 2024-10-03 20:57:18 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-10-03 20:57:18 +0200 |
commit | 67e1e5f7d1137a081e931873d3716c963032d935 (patch) | |
tree | 0f64f273e4e88f3fac66de0df33d6a1c9d447d7e | |
parent | 34820ba739bf226b131f6a87b5a8d9c97aeff091 (diff) | |
download | website-67e1e5f7d1137a081e931873d3716c963032d935.tar website-67e1e5f7d1137a081e931873d3716c963032d935.tar.zst website-67e1e5f7d1137a081e931873d3716c963032d935.zip |
git: soundbox-go: Set active and extend description
-rw-r--r-- | content/git/soundbox-go.md | 9 |
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 |