mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 15:07:49 +00:00
feat: override device refresh time via playlist
This commit is contained in:
parent
cd50e27288
commit
c8b21acb36
4 changed files with 54 additions and 6 deletions
|
|
@ -18,6 +18,7 @@ class Playlist extends Model
|
|||
'weekdays' => 'array',
|
||||
'active_from' => 'datetime:H:i',
|
||||
'active_until' => 'datetime:H:i',
|
||||
'refresh_time' => 'integer',
|
||||
];
|
||||
|
||||
public function device(): BelongsTo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue