Updates SIMPLCameraMessenger and adds SIMPLRouteMessenger

This commit is contained in:
Neil Dorin
2019-12-09 16:38:25 -07:00
parent 85f28498c4
commit ebc50f0caa
6 changed files with 261 additions and 180 deletions

View File

@@ -80,8 +80,8 @@ namespace PepperDash.Essentials.Devices.Common.Cameras
public class CameraPreset : PresetBase
{
public CameraPreset(int id, string description, bool def, bool isDef)
: base(id, description, def, isDef)
public CameraPreset(int id, string description, bool isDefined, bool isDefinable)
: base(id, description, isDefined, isDefinable)
{
}