Class OrganizationZigbeeIotController
Device details setup the IoT controller
[DataContract]
public class OrganizationZigbeeIotController
- Inheritance
-
OrganizationZigbeeIotController
- Inherited Members
Constructors
OrganizationZigbeeIotController()
public OrganizationZigbeeIotController()
Properties
Mac
Mac address of the device
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "mac")]
public string Mac { get; set; }
Property Value
Name
Name of the device
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
Serial
Serial number of the device
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "serial")]
public string Serial { get; set; }
Property Value
Status
Zigbee connectivity status of the device
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "status")]
public string Status { get; set; }