# 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