working v1

This commit is contained in:
cottongin
2025-10-31 16:17:04 -04:00
parent e41402a963
commit 020daea391
71 changed files with 14793 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
package bridgemap
import (
bkosmi "github.com/42wim/matterbridge/bridge/kosmi"
)
func init() {
FullMap["kosmi"] = bkosmi.New
}