mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 20:47:04 +00:00
Updates SIMPLCameraMessenger and adds SIMPLRouteMessenger
This commit is contained in:
parent
85f28498c4
commit
ebc50f0caa
6 changed files with 261 additions and 180 deletions
|
|
@ -7,7 +7,6 @@ using Crestron.SimplSharp;
|
|||
using PepperDash.Core;
|
||||
using PepperDash.Essentials.Core;
|
||||
|
||||
using Newtonsoft.Json.Linq;
|
||||
|
||||
namespace PepperDash.Essentials.AppServer.Messengers
|
||||
{
|
||||
|
|
@ -16,7 +15,7 @@ namespace PepperDash.Essentials.AppServer.Messengers
|
|||
/// <summary>
|
||||
/// Device being bridged
|
||||
/// </summary>
|
||||
public IRunRouteAction RoutingDevice {get; set;}
|
||||
public IRunRouteAction RoutingDevice {get; private set;}
|
||||
|
||||
public IRunRouteActionMessenger(string key, IRunRouteAction routingDevice, string messagePath)
|
||||
: base(key, messagePath)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue