Post to MQTT

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
=
2026-04-26 13:04:29 +02:00
parent d5a4a8c791
commit a5aa6de67b
6 changed files with 119 additions and 52 deletions

View File

@@ -16,6 +16,5 @@ RUN \
apt-get install -y $BUILD_PACKAGES && \
bundle install
COPY . .
CMD ["/bin/bash -c ruby ./smartmeter.rb"]