/// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='deviceTypeEntity'> /// </param> /// <param name='cancellationToken'> /// The cancellation token. /// </param> public static async Task <DeviceTypeEntity> ApiDeviceTypePostAsync(this IHomeAutomationAPI operations, DeviceTypeEntity deviceTypeEntity = default(DeviceTypeEntity), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.ApiDeviceTypePostWithHttpMessagesAsync(deviceTypeEntity, null, cancellationToken).ConfigureAwait(false)) { return(_result.Body); } }