8 lines
124 B
Go
8 lines
124 B
Go
|
package tplink
|
||
|
|
||
|
type MsgDiscovery struct {
|
||
|
System struct {
|
||
|
GetSysInfo struct{} `json:"get_sysinfo"`
|
||
|
} `json:"system"`
|
||
|
}
|