package protocol type Data struct { Address string `json:"address"` // 从机地址 Tem1 float32 `json:"tem1"` // 1路温度 Tem2 float32 `json:"tem2"` // 2路温度 Tem3 float32 `json:"tem3"` // 3路温度 Tem4 float32 `json:"tem4"` // 4路温度 Tem5 float32 `json:"tem5"` // 5路温度 Tem6 float32 `json:"tem6"` // 6路温度 Tem7 float32 `json:"tem7"` // 7路温度 Tem8 float32 `json:"tem8"` // 8路温度 }