mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-03-14 20:33:40 +00:00
Add maximum_compatibility boolean to devices to address redraw issues with certain hardware (#178)
This commit is contained in:
parent
bcfc62c782
commit
9578251238
5 changed files with 54 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue