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
serialstringcancellationTokenCancellationToken
Returns
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
serialstringSerial
enrollmentIdstringEnrollment ID
cancellationTokenCancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call