first commit

This commit is contained in:
gqc
2025-12-10 14:34:57 +08:00
parent 9b02bd9779
commit c554fd3d3d
13 changed files with 182 additions and 277 deletions
+2 -2
View File
@@ -18,8 +18,8 @@ type TemperatureResult struct {
// TCPClient TCP 客户端
type TCPClient struct {
addr string // 地址,例如 "127.0.0.1:59881"
deviceUUID string // 关联的 DeviceUUID
addr string
deviceUUID string
conn net.Conn
mu sync.Mutex
}