Skip to content
  • Benjamin Berg's avatar
    device: Add new API and fallback to delete prints from device · b2ff316e
    Benjamin Berg authored
    Some devices require storing the print on the device, to support this,
    try deleting prints from the device before deleting them from local
    storage.
    
    To handle these devices, add a new API that requires the device to be
    claimed rather than allowing deletion without claiming the device first.
    Also add appropriate fallbacks so that the old API will continue to
    work, but warn about its use.
    b2ff316e