added more remote control commands

This commit is contained in:
Luke Pulverenti
2014-03-31 17:04:22 -04:00
parent c0801e4f6d
commit bb5386bb3a
43 changed files with 816 additions and 149 deletions

View File

@@ -593,17 +593,9 @@ namespace MediaBrowser.Model.ApiClient
/// Sends the command asynchronous.
/// </summary>
/// <param name="sessionId">The session identifier.</param>
/// <param name="request">The request.</param>
/// <returns>Task.</returns>
Task SendCommandAsync(string sessionId, GenericCommand request);
/// <summary>
/// Sends a system command to the client
/// </summary>
/// <param name="sessionId">The session id.</param>
/// <param name="command">The command.</param>
/// <returns>Task.</returns>
Task SendSystemCommandAsync(string sessionId, SystemCommand command);
Task SendCommandAsync(string sessionId, GeneralCommand command);
/// <summary>
/// Instructs the client to display a message to the user