@@ -32,7 +32,7 @@ type Response struct {
type StatusMessage struct {
Type string `json:"type"`
Topic string `json:"topic"`
- Time string `json:"time"`
+ Time int64 `json:"time"`
Data map[string]interface{} `json:"data"`
}