From 6978bf0635372b0330629469fb86ddb640cdd863 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sat, 20 Dec 2025 13:47:56 +0100 Subject: Separate Homematic code Similar to a previous refactoring of the MQTT-related code this removes all Homematic logic to a dedicated file. The only connection to the outside is the `tx chan MQTTMessage` channel and the `HomematicRun()` function. This makes the code more modular. --- meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 6200e2f..8bf235b 100644 --- a/meson.build +++ b/meson.build @@ -7,6 +7,7 @@ sia_server = custom_target( meson.current_source_dir() / 'main.go', meson.current_source_dir() / 'cache.go', meson.current_source_dir() / 'mqtt.go', + meson.current_source_dir() / 'homematic.go', ], output : 'sia-server', command : [ -- cgit v1.2.3-70-g09d2