From da229264c3086aab5f48d1ffe6d98d959e34a6bb Mon Sep 17 00:00:00 2001 From: BuildTools Date: Fri, 25 Apr 2025 17:23:10 -0400 Subject: [PATCH] Update structure.go to fix type issue --- structure.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/structure.go b/structure.go index 004412f..312d62b 100644 --- a/structure.go +++ b/structure.go @@ -80,7 +80,7 @@ type Response struct { // These common fields are persistent across all requests. Version string `xml:"Version"` - DeviceId string `xml:"DeviceId"` + DeviceId int `xml:"DeviceId"` MessageId string `xml:"MessageId"` TimeStamp string `xml:"TimeStamp"` ErrorCode int