blob: 9cfe743bdb4ad30957acb53ee1a1d2da0a9b7b74 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"name":"soundbox-go",
"friendly_name":"soundbox-go",
"description":"Go library to interface with soundbox devices",
"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.
API documentation is available [here][3].
[1]: https://xengineering.eu/git/soundbox
[2]: https://xengineering.eu/git/soundbox-app
[3]: https://pkg.go.dev/xengineering.eu/soundbox-go
|