1 Commits
0.1.1 ... 0.1.2

Author SHA1 Message Date
a5f9527f4d read coils 4
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2025-12-15 11:20:46 +01:00

View File

@@ -11,7 +11,7 @@ ARG CONF_DIR="${APP_DIR}/config"
RUN \
apt update && \
pip3 install loguru && \
pip3 install pymodbus && \
pip3 install pymodbus==3.6.3 && \
pip3 install paho-mqtt
RUN \