diff options
| -rw-r--r-- | content/git/homematic-go.md | 13 | ||||
| -rw-r--r-- | content/homematic-go | 8 |
2 files changed, 21 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/homematic-go b/content/homematic-go new file mode 100644 index 0000000..d0e1b79 --- /dev/null +++ b/content/homematic-go @@ -0,0 +1,8 @@ +<html> +<head> + <meta name="go-import" content="xengineering.eu/homematic-go git https://cgit.xengineering.eu/homematic-go"> + <meta name="go-source" content="xengineering.eu/homematic-go https://cgit.xengineering.eu/homematic-go https://cgit.xengineering.eu/homematic-go/tree{/dir}?h={commit} https://cgit.xengineering.eu/homematic-go/tree/{file}?h={commit}#n{line}"> +</head> +<body> +</body> +</html> |
