Class HWDto
Dto for HARDWARIO CHESTER data about hardware
Inheritance
System.Object
HWDto
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VEDriversLite.Devices.APIs.HARDWARIO.Dto
Assembly: VEDriversLite.dll
Syntax
public class HWDto
Properties
| Improve this Doc View Sourcecreated_at
Message created at utc time
Declaration
public DateTime created_at { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
data
Message data
Declaration
public HWDataDto data { get; set; }
Property Value
Type | Description |
---|---|
HWDataDto |
device_id
CHESTER Device Id
Declaration
public string device_id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
group_id
Group Id where device is
Declaration
public string group_id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
id
ID of the CHESTER device message
Declaration
public string id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
label
Label of the device
Declaration
public string label { get; set; }
Property Value
Type | Description |
---|---|
System.String |
name
Name of the device
Declaration
public string name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
organization_id
Organization Id where device is
Declaration
public string organization_id { get; set; }
Property Value
Type | Description |
---|---|
System.String |