feat: Added worked before in Net Control
This commit is contained in:
@@ -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"];
|
||||
|
||||
Reference in New Issue
Block a user