feat: pc restart
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
parent
4d1d90a090
commit
461a87bce9
30 changed files with 198 additions and 11 deletions
|
|
@ -426,6 +426,7 @@ message PermissionInfo {
|
|||
Clipboard = 2;
|
||||
Audio = 3;
|
||||
File = 4;
|
||||
Restart = 5;
|
||||
}
|
||||
|
||||
Permission permission = 1;
|
||||
|
|
@ -544,6 +545,7 @@ message Misc {
|
|||
bool refresh_video = 10;
|
||||
bool video_received = 12;
|
||||
BackNotification back_notification = 13;
|
||||
bool restart_remote_device = 14;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue