Add maximum_compatibility boolean to devices to address redraw issues with certain hardware (#178)

This commit is contained in:
Jamie Shiell 2026-02-01 12:30:30 +00:00 committed by Benjamin Nussbaum
parent bcfc62c782
commit 9578251238
5 changed files with 54 additions and 1 deletions

View file

@ -194,6 +194,7 @@ Route::get('/display', function (Request $request) {
'update_firmware' => $device->update_firmware,
'firmware_url' => $device->firmware_url,
'special_function' => $device->special_function ?? 'sleep',
'maximum_compatibility' => $device->maximum_compatibility,
];
if (config('services.trmnl.image_url_timeout')) {