From ea648f5183e69f6d52d5e75b1bb2ec6f1714d4fa Mon Sep 17 00:00:00 2001 From: xengineering Date: Wed, 10 Dec 2025 20:49:55 +0100 Subject: Add README.md --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..b2a3755 --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +# homematic-go + +This is a Go library to use homematic devices. + +## Usage + +This repository can be used as any other Go library. + +Furthermore it uses the Meson build system. An example program can be built +with `meson` and `ninja`. + +``` +meson setup build +ninja -C build +``` + +In addition to the default target specific ones can be specified with `ninja`. + +``` +ninja -C build +``` + +These targets are currently supported: + +- `run` build and run the example program +- `test` runs the unit test suite -- cgit v1.2.3-70-g09d2