mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 09:14:45 +03:00
Add GPL modules
This commit is contained in:
11
MediaBrowser.Model/System/IPowerManagement.cs
Normal file
11
MediaBrowser.Model/System/IPowerManagement.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace MediaBrowser.Model.System
|
||||
{
|
||||
public interface IPowerManagement
|
||||
{
|
||||
void PreventSystemStandby();
|
||||
void AllowSystemStandby();
|
||||
void ScheduleWake(DateTime wakeTimeUtc, string displayName);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user