summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-12-10Add README.mdHEADv0.1.0mainxengineering
2025-12-09Add Meson build systemxengineering
This adds a familiar and simple method to build, test and run the software of this repository.
2025-12-09Add main.goxengineering
This program connects to the Homematic central device, requests a list of all devices and prints the state of all which have the type `SHUTTER_CONTACT`. This makes it possible to test the library in a realistic scenario.
2025-12-09homematic: Add initial state of libraryxengineering
2025-12-09Add github.com/beevik/etree v1.6.0xengineering
This library builds only on top of the `encoding/xml` package from the standard library and helps significantly to parse the huge XML-RPC payloads from the Homematic central.
2025-12-09Init Go module xengineering.eu/homematic-goxengineering
This is required to add Go dependencies.
2025-12-09Add Mozilla Public License v2.0xengineering