diff options
Diffstat (limited to 'content/git')
| -rw-r--r-- | content/git/homematic-go.md | 13 | ||||
| -rw-r--r-- | content/git/iot-contact-go.md | 14 | ||||
| -rw-r--r-- | content/git/parts-kicad.md | 6 |
3 files changed, 33 insertions, 0 deletions
diff --git a/content/git/homematic-go.md b/content/git/homematic-go.md new file mode 100644 index 0000000..7c7ce98 --- /dev/null +++ b/content/git/homematic-go.md @@ -0,0 +1,13 @@ +{ + "name":"homematic-go", + "friendly_name":"homematic-go", + "description":"Go library to use homematic devices", + "state":"experimental" +} + +This Go library contains logic to integrate [Homematic][1] devices. + +API documentation is available [here][2]. + +[1]: https://homematic-ip.com +[2]: https://pkg.go.dev/xengineering.eu/homematic-go diff --git a/content/git/iot-contact-go.md b/content/git/iot-contact-go.md new file mode 100644 index 0000000..700eecf --- /dev/null +++ b/content/git/iot-contact-go.md @@ -0,0 +1,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 diff --git a/content/git/parts-kicad.md b/content/git/parts-kicad.md new file mode 100644 index 0000000..c6f6052 --- /dev/null +++ b/content/git/parts-kicad.md @@ -0,0 +1,6 @@ +{ + "name":"parts-kicad", + "friendly_name":"parts-kicad", + "description":"Custom KiCad part library", + "state":"experimental" +} |
