tplink/msgs.go

8 lines
124 B
Go
Raw Normal View History

2023-03-10 22:46:39 +00:00
package tplink
type MsgDiscovery struct {
System struct {
GetSysInfo struct{} `json:"get_sysinfo"`
} `json:"system"`
}