mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
Added HTTP server for receiving feedback from Cisco codec. Added data classes for desiralization of responses from codec.
This commit is contained in:
parent
0d071e6e82
commit
65819cf723
9 changed files with 3071 additions and 121 deletions
|
|
@ -6,6 +6,9 @@ using Crestron.SimplSharp;
|
|||
|
||||
namespace PepperDash.Essentials.Core
|
||||
{
|
||||
/// <summary>
|
||||
/// Indicates that the device has the capability to share sources outside the local room
|
||||
/// </summary>
|
||||
public interface IHasSharing
|
||||
{
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue