feat(bridge): MQTT bridge with Home Assistant auto-discovery

This commit is contained in:
2026-05-24 18:52:59 +03:00
parent e99616a135
commit c3837376f5
7 changed files with 282 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
package bridge
const (
numOutputs = 2
numInputs = 4
)