diff options
Diffstat (limited to 'content/git/soundbox-go.md')
-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 |