add milestione http request api uri

This commit is contained in:
Gennaro Gallo
2024-04-18 10:18:01 +02:00
parent 0bda4d8308
commit 2301d8d7b2
+3 -1
View File
@@ -48,7 +48,9 @@ func streamsHandler(rawURL string) (core.Producer, error) {
}
case "http", "https":
if format == "wyze" {
if format == "milestone" {
return milestoneClient(rawURL, query, "Milestone")
} else if format == "wyze" {
// https://github.com/mrlt8/docker-wyze-bridge
return wyzeClient(rawURL)
} else {