feat: override device refresh time via playlist

This commit is contained in:
Benjamin Nussbaum 2025-03-18 12:21:09 +01:00
parent cd50e27288
commit c8b21acb36
4 changed files with 54 additions and 6 deletions

View file

@ -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