forked from Elara6331/itd
11 lines
124 B
Go
11 lines
124 B
Go
package api
|
|
|
|
func (c *Client) WeatherUpdate() error {
|
|
return c.client.Call(
|
|
"ITD",
|
|
"WeatherUpdate",
|
|
nil,
|
|
nil,
|
|
)
|
|
}
|