Table of Contents

Class OrganizationZigbeeGateway

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

MR node the zigbee device is on

[DataContract]
public class OrganizationZigbeeGateway
Inheritance
OrganizationZigbeeGateway
Inherited Members

Constructors

OrganizationZigbeeGateway()

public OrganizationZigbeeGateway()

Properties

Mac

The mac address of the MR node

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

Property Value

string

Name

The name of the MR node

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

Property Value

string

Serial

The serial number of the MR node

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

Property Value

string

Tags

The tags assocated with the MR node

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "tags")]
public List<string> Tags { get; set; }

Property Value

List<string>