Add RequestInfo/ResponseInfo with MAC address
This commit is contained in:
@@ -90,3 +90,7 @@ func (c *Client) PICOBOOT() error {
|
||||
_, err := roundTrip[ResponsePICOBOOT](c, &RequestPICOBOOT{})
|
||||
return err
|
||||
}
|
||||
|
||||
func (c *Client) Info() (*ResponseInfo, error) {
|
||||
return roundTrip[ResponseInfo](c, &RequestInfo{})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user