tplink/msgs.go
2023-03-10 16:46:39 -06:00

8 lines
124 B
Go

package tplink
type MsgDiscovery struct {
System struct {
GetSysInfo struct{} `json:"get_sysinfo"`
} `json:"system"`
}