This commit is contained in:
Mats Tornberg
2025-11-22 17:42:05 +01:00
parent 87660c7d1d
commit 57ba34b929
8 changed files with 25 additions and 17 deletions

11
main.go
View File

@@ -1,17 +1,18 @@
package main
import (
"app/pkg/datastore"
"app/pkg/devices"
"app/pkg/mqtt"
"app/pkg/telldus"
daemon "app/pkg/telldus-daemon"
"encoding/json"
"log"
"net/http"
"os"
"os/signal"
"strconv"
"git.k7n.net/mats/go-telldus/pkg/datastore"
"git.k7n.net/mats/go-telldus/pkg/devices"
"git.k7n.net/mats/go-telldus/pkg/mqtt"
"git.k7n.net/mats/go-telldus/pkg/telldus"
daemon "git.k7n.net/mats/go-telldus/pkg/telldus-daemon"
)
const (