itd/api/update.go

11 lines
124 B
Go
Raw Normal View History

2022-04-23 00:12:30 +00:00
package api
func (c *Client) WeatherUpdate() error {
return c.client.Call(
"ITD",
2022-04-23 00:12:30 +00:00
"WeatherUpdate",
nil,
nil,
)
}