mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-05-09 14:02:10 -04:00
feat(SystemUpdate): Implement system update IPC commands
This commit is contained in:
16
docs/IPC.md
16
docs/IPC.md
@@ -409,16 +409,28 @@ dms ipc call bar status
|
||||
|
||||
## Target: `systemupdater`
|
||||
|
||||
System updater external check request.
|
||||
System updater widget control and background update checks.
|
||||
|
||||
### Functions
|
||||
|
||||
**`toggle`**
|
||||
- Toggle the system updater popout open/closed
|
||||
|
||||
**`open`**
|
||||
- Open the system updater popout
|
||||
|
||||
**`close`**
|
||||
- Close the system updater popout
|
||||
|
||||
**`updatestatus`**
|
||||
- Trigger a system update check
|
||||
- Trigger a background update check
|
||||
- Returns: Success confirmation
|
||||
|
||||
### Examples
|
||||
```bash
|
||||
dms ipc call systemupdater toggle
|
||||
dms ipc call systemupdater open
|
||||
dms ipc call systemupdater close
|
||||
dms ipc call systemupdater updatestatus
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user