Updatest to CotjaDdvc01RoomBridge to enable source control joins on EISC (need to update API words in dictionary to match existing interface extensions)

This commit is contained in:
Neil Dorin
2018-07-18 15:04:39 -06:00
parent 385686e7e0
commit b16d61f64c
7 changed files with 150 additions and 9 deletions

View File

@@ -92,6 +92,10 @@ namespace PepperDash.Essentials.Bridges
};
}
/// <summary>
/// API class for IBasicCommunication devices
/// </summary>
public class IBasicCommunicationApi : DeviceApiBase
{
public IBasicCommunication Device { get; set; }