feat(gateway): small adaption for softweng project

Signed-off-by: Klagarge <remi@heredero.ch>
This commit is contained in:
2025-04-15 01:03:57 +02:00
parent 0b57f26688
commit f4d088decd
7 changed files with 100 additions and 116 deletions

View File

@@ -15,7 +15,7 @@ import (
type dataPoints = map[string]interface{}
type updateEvent struct {
State string `json:"state"`
//State string `json:"state"`
DataPoints dataPoints `json:"values"`
}