itd/api/update.go

11 lines
124 B
Go

package api
func (c *Client) WeatherUpdate() error {
return c.client.Call(
"ITD",
"WeatherUpdate",
nil,
nil,
)
}