up
This commit is contained in:
@@ -1286,6 +1286,8 @@ export namespace main {
|
||||
enabled: boolean;
|
||||
host: string;
|
||||
port: number;
|
||||
follow: boolean;
|
||||
step_khz: number;
|
||||
|
||||
static createFrom(source: any = {}) {
|
||||
return new UltrabeamSettings(source);
|
||||
@@ -1296,6 +1298,8 @@ export namespace main {
|
||||
this.enabled = source["enabled"];
|
||||
this.host = source["host"];
|
||||
this.port = source["port"];
|
||||
this.follow = source["follow"];
|
||||
this.step_khz = source["step_khz"];
|
||||
}
|
||||
}
|
||||
export class UltrabeamStatusInfo {
|
||||
|
||||
Reference in New Issue
Block a user