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

@ -42,6 +42,7 @@ class Device extends Model
'sleep_mode_to' => 'datetime:H:i',
'special_function' => 'string',
'pause_until' => 'datetime',
'maximum_compatibility' => 'boolean',
];
public function getBatteryPercentAttribute(): int|float