Class EquipmentReadParameters
Считанные с устройства параметры оборудования.
Inheritance
System.Object
EquipmentReadParameters
Namespace: Lers.Models
Assembly: Lers.Models.dll
Syntax
public class EquipmentReadParameters : object
Properties
BatteryLevel
Уровень заряда батареи (в вольтах).
Declaration
public float? BatteryLevel { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Single> |
BatteryLow
Признак критического разряда батареи.
Declaration
public bool? BatteryLow { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
ConfigDbReadDate
Дата и время чтения базы настроек.
Declaration
public DateTime? ConfigDbReadDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<DateTime> |
ElectricLoadState
Состояние реле нагрузки электросчётчика.
Declaration
public ElectricLoadControl? ElectricLoadState { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<ElectricLoadControl> |
FirmwareVersion
Версия программного обеспечения (прошивки).
Declaration
public string FirmwareVersion { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HardwareVersion
Версия аппаратного исполнения.
Declaration
public string HardwareVersion { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LastClockCorrectionDate
Дата и время последней коррекции часов устройства.
Declaration
public DateTime? LastClockCorrectionDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<DateTime> |
TimeDifference
Разница во времени с системой на момент последнего опроса.
Declaration
public int? TimeDifference { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |