final-changes

This commit is contained in:
Dmitriy Antipov
2023-05-13 22:53:44 +03:00
parent d6d4479889
commit 333b487bb6
6 changed files with 46 additions and 27 deletions

View File

@ -400,6 +400,10 @@ void cUiUpdatePower(void)
return this._query().toString();
}
_infoArr(): string[] {
return [this._query().toString()];
}
_update(prev: number, curr: number) {
}