fix: improve PI WEB updates panel commands

This commit is contained in:
Federico Jaramillo Martinez
2026-06-01 17:46:23 +02:00
parent a038da669c
commit 9c80eb0a92
7 changed files with 314 additions and 70 deletions
+5 -4
View File
@@ -296,10 +296,11 @@ export interface PiWebVersionResponse {
export interface PiWebStatusResponse extends PiWebVersionResponse {
release: PiWebReleaseStatus;
commands: {
update: string;
restart: string;
restartSystemd: string;
restartDev: string;
update?: string;
restart?: string;
restartWeb?: string;
restartSessiond?: string;
status?: string;
};
messages: PiWebStatusMessage[];
}