Table of Contents

Class OrganizationZigbeeIotController

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

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

string

Name

Name of the device

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "name")]
public string Name { get; set; }

Property Value

string

Serial

Serial number of the device

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "serial")]
public string Serial { get; set; }

Property Value

string

Status

Zigbee connectivity status of the device

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "status")]
public string Status { get; set; }

Property Value

string