From cc188e633b2002ada08642f6f7440057c9949db5 Mon Sep 17 00:00:00 2001 From: appkins Date: Sun, 2 Mar 2025 22:46:00 -0600 Subject: [PATCH] fix dev --- unifi/device_v2.go | 1 - 1 file changed, 1 deletion(-) diff --git a/unifi/device_v2.go b/unifi/device_v2.go index 39a86ae..2c277d1 100644 --- a/unifi/device_v2.go +++ b/unifi/device_v2.go @@ -301,7 +301,6 @@ type Rps struct { RpsPortTable []RpsPortTable `json:"rps_port_table,omitempty"` } type DeviceV2 struct { - *Device PortTable []PortTable `json:"port_table,omitempty"` RequiredVersion string `json:"required_version,omitempty"` LicenseState string `json:"license_state,omitempty"`