diff options
| author | xengineering <me@xengineering.eu> | 2025-12-20 13:47:56 +0100 |
|---|---|---|
| committer | xengineering <me@xengineering.eu> | 2025-12-20 13:47:56 +0100 |
| commit | 6978bf0635372b0330629469fb86ddb640cdd863 (patch) | |
| tree | 5c35b936a96c7383b85786fac39ea68cf3b96b98 /meson.build | |
| parent | 58d7c51baa053be8d6d4ec5f409fceef1c7c11b5 (diff) | |
| download | sia-server-6978bf0635372b0330629469fb86ddb640cdd863.tar sia-server-6978bf0635372b0330629469fb86ddb640cdd863.tar.zst sia-server-6978bf0635372b0330629469fb86ddb640cdd863.zip | |
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.
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
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 : [ |
