Table of Contents

Class NetworkWirelessZigbeeUpdateResponseIotController

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

Device details setup the IoT controller

[DataContract]
public class NetworkWirelessZigbeeUpdateResponseIotController
Inheritance
NetworkWirelessZigbeeUpdateResponseIotController
Inherited Members

Constructors

NetworkWirelessZigbeeUpdateResponseIotController()

public NetworkWirelessZigbeeUpdateResponseIotController()

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.Read)]
[DataMember(Name = "status")]
public string Status { get; set; }

Property Value

string