blob: 700eecf19637253d9d8735d608d976a9932803e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"name":"iot-contact-go",
"friendly_name":"iot-contact-go",
"description":"Go library to use iot-contact devices",
"state":"experimental"
}
This Go library contains all the logic necessary to use [iot-contact][1]
devices.
API documentation is available [here][2].
[1]: https://xengineering.eu/git/iot-contact
[2]: https://pkg.go.dev/xengineering.eu/iot-contact-go
|