Class SmartDisplayDto
Represents a data transfer object for a smart display configuration, extending the base display configuration with additional smart display properties.
public class SmartDisplayDto : DisplayConfigDto
- Inheritance
-
SmartDisplayDto
- Inherited Members
- Extension Methods
Properties
AlarmFieldList
public List<Field>? AlarmFieldList { get; set; }
Property Value
CameraStreamType
public string? CameraStreamType { get; set; }
Property Value
CamerasAreActive
public bool? CamerasAreActive { get; set; }
Property Value
- bool?
CanChangeCameraMode
public bool? CanChangeCameraMode { get; set; }
Property Value
- bool?
CardRotatingLayout
public List<CardRotatingLayout>? CardRotatingLayout { get; set; }
Property Value
ChartConfig
public List<ChartConfig>? ChartConfig { get; set; }
Property Value
GraphLayout
public GraphLayout? GraphLayout { get; set; }
Property Value
HasCameras
public bool? HasCameras { get; set; }
Property Value
- bool?
HasSound
public bool? HasSound { get; set; }
Property Value
- bool?
IsRotationEnabled
public bool? IsRotationEnabled { get; set; }
Property Value
- bool?
ObservationForIndicator
public string? ObservationForIndicator { get; set; }
Property Value
Pumps
public bool? Pumps { get; set; }
Property Value
- bool?
RequestGroupedFieldList
public List<GroupedField>? RequestGroupedFieldList { get; set; }
Property Value
SensorList
public List<Sensor>? SensorList { get; set; }