Table of Contents

Class OrganizationZigbeeDeviceUpdateRequest

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

Organization Zigbee Device Update Request

[DataContract]
public class OrganizationZigbeeDeviceUpdateRequest
Inheritance
OrganizationZigbeeDeviceUpdateRequest
Inherited Members

Constructors

OrganizationZigbeeDeviceUpdateRequest()

public OrganizationZigbeeDeviceUpdateRequest()

Properties

Channel

The new channel for the zigbee device

[DataMember(Name = "channel")]
public string? Channel { get; set; }

Property Value

string

Enrolled

Parameter to enroll or unenroll the zigbee devices

[DataMember(Name = "enrolled")]
public bool Enrolled { get; set; }

Property Value

bool