mirror of
https://codeberg.org/PLG-Development/PLG-MuDiCS
synced 2026-07-06 17:07:08 +00:00
fix(control): blackout broken
This commit is contained in:
@@ -156,7 +156,7 @@ export async function show_blackscreen(ip: string): Promise<void> {
|
||||
method: 'PATCH',
|
||||
headers: { 'content-type': 'application/json' },
|
||||
body: JSON.stringify({
|
||||
html: ``
|
||||
html: '<p></p>'
|
||||
})
|
||||
};
|
||||
await request_display(ip, '/showHTML', options);
|
||||
|
||||
Reference in New Issue
Block a user