mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-09 01:35:02 +00:00
Updates SIMPLCameraMessenger and adds SIMPLRouteMessenger
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user