feat: Added worked before in Net Control

This commit is contained in:
2026-07-07 22:39:17 +02:00
parent b9b005ea36
commit 86cbe94cae
8 changed files with 208 additions and 46 deletions
+16
View File
@@ -2319,6 +2319,14 @@ export namespace netctl {
dxcc?: number;
itu?: number;
cq?: number;
grid?: string;
address?: string;
state?: string;
cnty?: string;
cont?: string;
lat?: number;
lon?: number;
email?: string;
groups?: string;
sig?: string;
sig_info?: string;
@@ -2336,6 +2344,14 @@ export namespace netctl {
this.dxcc = source["dxcc"];
this.itu = source["itu"];
this.cq = source["cq"];
this.grid = source["grid"];
this.address = source["address"];
this.state = source["state"];
this.cnty = source["cnty"];
this.cont = source["cont"];
this.lat = source["lat"];
this.lon = source["lon"];
this.email = source["email"];
this.groups = source["groups"];
this.sig = source["sig"];
this.sig_info = source["sig_info"];