fix(control): blackout broken

This commit is contained in:
2026-01-04 21:13:35 +01:00
parent c8920df9b3
commit a49d10521e
+1 -1
View File
@@ -156,7 +156,7 @@ export async function show_blackscreen(ip: string): Promise<void> {
method: 'PATCH', method: 'PATCH',
headers: { 'content-type': 'application/json' }, headers: { 'content-type': 'application/json' },
body: JSON.stringify({ body: JSON.stringify({
html: `` html: '<p></p>'
}) })
}; };
await request_display(ip, '/showHTML', options); await request_display(ip, '/showHTML', options);