z2m working again

This commit is contained in:
2026-02-16 17:07:23 +01:00
parent 47116904fc
commit 6ef80f8438
7 changed files with 93 additions and 146 deletions

View File

@@ -20,7 +20,7 @@ import (
"udi/handlers/sver"
// "udi/handlers/ttn"
// "udi/handlers/z2m"
"udi/handlers/z2m"
"udi/mqtt"
)
@@ -54,8 +54,8 @@ func InitDispatcher() {
factory = locative.New
case "PREP":
factory = prepared.New
// case "Z2M":
// factory = z2m.New
case "Z2M":
factory = z2m.New
case "Car":
factory = car.New
default: