blob: 946ff1c2f8b4660caae4a3160d3e77309a857f1c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"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.
[1]: https://xengineering.eu/git/soundbox
[2]: https://xengineering.eu/git/soundbox-app
|