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

18 lines
453 B
Go

// Code generated from ace.jar fields *.json files
// DO NOT EDIT.
package unifi
import (
"context"
)
func (c *Client) GetSettingSuperFwupdate(ctx context.Context, site string) (*SettingSuperFwupdate, error) {
return c.getSettingSuperFwupdate(ctx, site)
}
func (c *Client) UpdateSettingSuperFwupdate(ctx context.Context, site string, d *SettingSuperFwupdate) (*SettingSuperFwupdate, error) {
return c.updateSettingSuperFwupdate(ctx, site, d)
}