Table of Contents

Interface IDevicesWirelessZigbeeEnrollments

Namespace
Meraki.Api.Interfaces.General.Devices
Assembly
Meraki.Api.dll

I Devices Wireless Zigbee Enrollments

public interface IDevicesWirelessZigbeeEnrollments

Methods

CreateDeviceWirelessZigbeeEnrollmentAsync(string, CancellationToken)

Enqueue a job to start enrolling doorlocks on zigbee configured MRs Thrown when fails to make API call

[Post("/devices/{serial}/wireless/zigbee/enrollments")]
Task<DevicesWirelessZigbeeEnrollments> CreateDeviceWirelessZigbeeEnrollmentAsync(string serial, CancellationToken cancellationToken = default)

Parameters

serial string
cancellationToken CancellationToken

Returns

Task<DevicesWirelessZigbeeEnrollments>

GetDeviceWirelessZigbeeEnrollmentAsync(string, string, CancellationToken)

Return an enrollment

[Get("/devices/{serial}/wireless/zigbee/enrollments/{enrollmentId}")]
Task<DevicesWirelessZigbeeEnrollmentsDetailed> GetDeviceWirelessZigbeeEnrollmentAsync(string serial, string enrollmentId, CancellationToken cancellationToken = default)

Parameters

serial string

Serial

enrollmentId string

Enrollment ID

cancellationToken CancellationToken

Returns

Task<DevicesWirelessZigbeeEnrollmentsDetailed>

Exceptions

ApiException

Thrown when fails to make API call