Class NetworkSensorRelationshipDevice
A sensor or gateway device in the network
[DataContract]
public class NetworkSensorRelationshipDevice
- Inheritance
-
NetworkSensorRelationshipDevice
- Inherited Members
Properties
Name
The name of the device
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
ProductType
The product type of the device
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "productType")]
public string ProductType { get; set; }
Property Value
Serial
The serial of the device
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "serial")]
public string Serial { get; set; }