feat: show last refresh time for Device instead of last updated

This commit is contained in:
Benjamin Nussbaum 2025-06-03 14:35:09 +02:00
parent f0b7180edd
commit 0ec6c27a53
6 changed files with 106 additions and 2 deletions

View file

@ -21,6 +21,7 @@ class Device extends Model
'width' => 'integer',
'height' => 'integer',
'rotate' => 'integer',
'last_refreshed_at' => 'datetime',
];
public function getBatteryPercentAttribute()