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

@@ -1,13 +1,13 @@
GEM
remote: https://rubygems.org/
specs:
activemodel (7.1.5.1)
activesupport (= 7.1.5.1)
activerecord (7.1.5.1)
activemodel (= 7.1.5.1)
activesupport (= 7.1.5.1)
activemodel (7.1.6)
activesupport (= 7.1.6)
activerecord (7.1.6)
activemodel (= 7.1.6)
activesupport (= 7.1.6)
timeout (>= 0.4.0)
activesupport (7.1.5.1)
activesupport (7.1.6)
base64
benchmark (>= 0.3)
bigdecimal
@@ -20,53 +20,55 @@ GEM
mutex_m
securerandom (>= 0.3)
tzinfo (~> 2.0)
base64 (0.2.0)
benchmark (0.4.0)
bigdecimal (3.1.9)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
base64 (0.3.0)
benchmark (0.5.0)
bigdecimal (4.1.2)
concurrent-ruby (1.3.6)
connection_pool (2.5.5)
daemons (1.4.1)
date (3.4.1)
drb (2.2.1)
et-orbi (1.2.11)
date (3.5.1)
drb (2.2.3)
et-orbi (1.4.0)
tzinfo
fugit (1.11.1)
et-orbi (~> 1, >= 1.2.11)
fugit (1.12.1)
et-orbi (~> 1.4)
raabro (~> 1.4)
gruff (0.24.0)
histogram
rmagick (>= 5.3)
histogram (0.2.4.1)
i18n (1.14.6)
i18n (1.14.8)
concurrent-ruby (~> 1.0)
logger (1.6.4)
mail (2.8.1)
logger (1.7.0)
mail (2.9.0)
logger
mini_mime (>= 0.1.1)
net-imap
net-pop
net-smtp
mini_mime (1.1.5)
mini_portile2 (2.8.8)
minitest (5.25.4)
minitest (5.26.1)
mqtt (0.7.0)
logger
mutex_m (0.3.0)
mysql2 (0.5.6)
net-http (0.6.0)
uri
net-imap (0.4.18)
mysql2 (0.5.7)
bigdecimal
net-http (0.9.1)
uri (>= 0.11.1)
net-imap (0.4.24)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.2)
timeout
net-smtp (0.5.0)
net-smtp (0.5.1)
net-protocol
nokogiri (1.15.7)
mini_portile2 (~> 2.8.2)
nokogiri (1.15.7-aarch64-linux)
racc (~> 1.4)
numo-narray (0.9.2.1)
observer (0.1.2)
pkg-config (1.5.8)
pkg-config (1.6.5)
raabro (1.4.0)
racc (1.8.1)
rmagick (5.5.0)
@@ -75,12 +77,12 @@ GEM
rufus-scheduler (3.9.2)
fugit (~> 1.1, >= 1.11.1)
securerandom (0.3.2)
serialport (1.3.2)
serialport (1.4.0)
state_pattern (2.0.2)
timeout (0.4.3)
timeout (0.6.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uri (1.0.2)
uri (1.1.1)
PLATFORMS
ruby
@@ -91,6 +93,7 @@ DEPENDENCIES
gruff
i18n
mail
mqtt
mysql2
net-http
nokogiri