ref(connectable tab) getRecoveryToken method

This commit is contained in:
Clem Fern
2023-05-12 20:06:40 +02:00
parent bd4b11813c
commit 38b8702373
4 changed files with 10 additions and 24 deletions

View File

@@ -90,14 +90,6 @@ export class SerialTabComponent extends ConnectableTerminalTabComponent<SerialPr
}
}
async getRecoveryToken (options?: GetRecoveryTokenOptions): Promise<any> {
return {
type: 'app:serial-tab',
profile: this.profile,
savedState: options?.includeState && this.frontend?.saveState(),
}
}
async changeBaudRate () {
const rate = await this.selector.show(
this.translate.instant(_('Baud rate')),