No description
Find a file
jtricerolph 221be89667 Add MQTT Broker integration (config UI + connection test)
schema.js already had an uncommitted mqtt entry (host/port config,
username/password secrets) from a prior session — commits it now, adds
the missing test-connection case (routes/integrations.js), and the mqtt
package dependency it needs. The existing generic integration card UI in
portal's AdminSettings.tsx needs no changes — it renders any schema
entry automatically. initDb() auto-seeds the 'mqtt' row on next restart,
so the "MQTT Broker" card will appear in Settings -> Integrations.

Also adds a .gitignore — node_modules was untracked in this repo.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-28 14:58:53 +00:00
src Add MQTT Broker integration (config UI + connection test) 2026-07-28 14:58:53 +00:00
.env.example Initial settings service 2026-07-01 18:56:19 +00:00
.gitignore Add MQTT Broker integration (config UI + connection test) 2026-07-28 14:58:53 +00:00
docker-compose.yml Initial settings service 2026-07-01 18:56:19 +00:00
Dockerfile Initial settings service 2026-07-01 18:56:19 +00:00
package-lock.json Add MQTT Broker integration (config UI + connection test) 2026-07-28 14:58:53 +00:00
package.json Add MQTT Broker integration (config UI + connection test) 2026-07-28 14:58:53 +00:00