Update structure.go to fix type issue

This commit is contained in:
BuildTools 2025-04-25 17:23:10 -04:00
parent a43f17aae2
commit da229264c3

View File

@ -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