diff --git a/pkg/upstreamApi/vstp.go b/pkg/upstreamApi/vstp.go index 22618b7..865e18d 100644 --- a/pkg/upstreamApi/vstp.go +++ b/pkg/upstreamApi/vstp.go @@ -1,7 +1,7 @@ package upstreamApi type VstpMsg struct { - CIFMsg *Schedule `json:"VSTPCIFMsgV1"` + CIFMsg *Schedule `json:"schedule"` } type Schedule struct {