Files
go-unifi/unifi/setting_auto_speedtest.go
2024-07-13 04:52:27 -05:00

18 lines
452 B
Go

// Code generated from ace.jar fields *.json files
// DO NOT EDIT.
package unifi
import (
"context"
)
func (c *Client) GetSettingAutoSpeedtest(ctx context.Context, site string) (*SettingAutoSpeedtest, error) {
return c.getSettingAutoSpeedtest(ctx, site)
}
func (c *Client) UpdateSettingAutoSpeedtest(ctx context.Context, site string, d *SettingAutoSpeedtest) (*SettingAutoSpeedtest, error) {
return c.updateSettingAutoSpeedtest(ctx, site, d)
}