×Les enchères sont terminées sur cet objet.
"); si (!$(this).is(":visible")) { $(this).fadeTo(1000, 1, function () { $(this).slideDown(500); }); } } ); } if (data.Accepted) { // préparer le message système de succès systemMessage = "
×" + contextMessageDictionary["ActionSuccess"] + "
"; if (!$(".awe-rt-ListingActionMessage").is(":visible") || $(".awe-rt-ListingActionMessage").html() == "") { $(" .awe-rt-ListingActionMessage").hide(); $(".awe-rt-ListingActionMessage").html(systemMessage); $(".awe-rt-ListingActionMessage").slideDown(); } else { $ ("".awe-rt-ListingActionMessage").fadeOut(200, function () { $(this).html(systemMessage); $(this).fadeIn(200); }); } // affiche le bouton de paiement si un lineitem a été renvoyé //SAUF : lorsque la génération automatique de factures est activée, les boutons de paiement ne s'affichent pas tant que l'événement n'est pas terminé if (!autoGenerateInvoices && ownerAllowsInstantCheckout && data.LineItemID) { var checkoutUrl = 'https://tkauctions.ca /Account/Checkout?lineitemid=' + data.LineItemID ; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f11763044' ; if (autoCheckoutForBuyNow) { window.location = checkoutUrl ; } var checkoutHtml = '
' + '' + '' + '' + '' + '' + '' + 'Commander' + '' + '' + '
'; if ($(".detail__context-menu").find(".btn__detail__checkout").length == 0) { $(".detail__context-menu").prepend(checkoutHtml).show(); } else { jslog("le bouton de paiement du rendu a été ignoré car il en existe déjà un."); } } if (data.LineItemID && !highlightCheckoutButtonForBuyNow) { //affiche le bouton de contact du vendeur s'il n'en existe pas déjà if (true && $("a.btn__detail__contactuser").length == 0) { var contactSellerUrl = '/Account/ SendListingMessage?receiver=TKAuctions&template=ask_listing_question&listingID=11763045&returnUrl=%2FEvent%2FLotDetails%2F11763044%2FOttLite-Executive-LED-Desk-Lamp-with-USB-Charging-Port' ; var contactSellerHtml = '
' + '' + '' + '' + '' + '' + '' + 'Contacter le vendeur' + '' + '' + '
'; $(".detail__context-menu").append(contactSellerHtml).show(); jslog("bouton de contact rendu pour l'élément de ligne #" + data.LineItemID); } //bouton de retour d'information if (true) { var feedbackUrl = '/Account/SubmitFeedback?LineItemID=REPLACELINEITEMID&ListingID=11763045&Receiver=TKAuctions' .replace("REPLACELINEITEMID", data.LineItemID); var feedbackHtml = '
' + '' + '' + '' + '' + '' + '' + 'Commentaires' + '' + '' + '
'; $(".detail__context-menu").append(feedbackHtml).show(); jslog("bouton de retour rendu pour l'élément de ligne #" + data.LineItemID); } } } else { //ReasonString est rempli, préparez un message système négatif if (contextMessageDictionary[data.ReasonString]) { systemMessage = "
×" + contextMessageDictionary[données.ReasonString] + "
"; } else { systemMessage = "
×" + data.ReasonString + "
"; } if (!$(".awe-rt-ListingActionMessage").is(":visible") || $(".awe-rt-ListingActionMessage").html() == "") { $( ".awe-rt-ListingActionMessage").hide(); $(".awe-rt-ListingActionMessage").html(systemMessage); $(".awe-rt-ListingActionMessage").slideDown(); } else { $(".awe-rt-ListingActionMessage").fadeOut(200, function () { $(this).html(systemMessage); $(this).fadeIn(200); }); } } } else { // Le contexte est nul, mais ReasonString est rempli, préparez un message système négatif if (contextMessageDictionary[data.ReasonString]) { systemMessage = "
×" + contextMessageDictionary[données.ReasonString] + "
"; } else { systemMessage = "
×" + data.ReasonString + "
"; } if (!$(".awe-rt-ListingActionMessage").is(":visible") || $(".awe-rt-ListingActionMessage").html() == "") { $( ".awe-rt-ListingActionMessage").hide(); $(".awe-rt-ListingActionMessage").html(systemMessage); $(".awe-rt-ListingActionMessage").slideDown(); } else { $(".awe-rt-ListingActionMessage").fadeOut(200, function () { $(this).html(systemMessage); $(this).fadeIn(200); }); } } } }); / / afficher un bouton de paiement si : // // - le lot se termine avec succès, et // - le gagnant est affiché, mais seulement si // - les factures de génération automatique sont désactivées // // principalement pour éviter une facture par LOT par acheteur , plutôt que la facture généralement préférée par ÉVÉNEMENT par acheteur $(document).on("SignalR_UpdateListingStatus", function (event, data) { if ($.inArray(data.ListingID, interestListings) < 0) return ; if (autoGenerateInvoices || ownerAllowsInstantCheckout) { if (data.Status == "Successful" && data.LineItemID && data.LineItemPayerUN == "") { //lorsque la génération automatique de factures est activée, n'affiche pas les boutons de paiement pour les lots tant que l'événement entier n'a pas terminé si (!autoGenerateInvoices) { var checkoutUrl = 'https://tkauctions.ca/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f11763044' ; var checkoutHtml = '
' + '' + '' + '' + '' + '' + '' + 'Commander' + '' + '' + '
'; if ($(".detail__context-menu").find(".btn__detail__checkout").length == 0) { $(".detail__context-menu").prepend(checkoutHtml).show(); } else { jslog("le bouton de paiement du rendu a été ignoré car il en existe déjà un."); } } // afficher le bouton de contact du vendeur s'il n'en existe pas déjà if (true && $("a.btn__detail__contactuser").length == 0) { //"/Account/SendListingMessage?receiver=tester1&template=ask_listing_question&listingID=166614&returnUrl=% 2FListing%2FDetails%2F166614%2Ftest-item-J" var contactSellerUrl = '/Account/SendListingMessage?receiver=TKAuctions&template=ask_listing_question&listingID=11763045&returnUrl=%2FEvent%2FLotDetails%2F11763044%2FOttLite-Executive -Lampe-de-bureau-LED-avec-USB- Port de chargement'; var contactSellerHtml = '
' + '' + '' + '' + '' + '' + '' + 'Contacter le vendeur' + '' + '' + '
'; $(".detail__context-menu").append(contactSellerHtml).show(); jslog("bouton de contact rendu pour l'élément de ligne #" + data.LineItemID); } //bouton de retour d'information if (true) { var feedbackUrl = '/Account/SubmitFeedback?LineItemID=REPLACELINEITEMID&ListingID=11763045&Receiver=TKAuctions' .replace("REPLACELINEITEMID", data.LineItemID); var feedbackHtml = '
' + '' + '' + '' + '' + '' + '' + 'Commentaires' + '' + '' + '
'; $(".detail__context-menu").append(feedbackHtml).show(); jslog("bouton de retour rendu pour l'élément de ligne #" + data.LineItemID); } } } }); $(".GoToPrevLot").on("click", function () { var thisLotOrder = 240; var lastLotOrder = 452; if (thisLotOrder > 0) { $(".GoToPrevLot").prop("disabled", true ); $.post("/RealTime/GetLotIdByLotOrder", { eventId : 11492452, lotOrder : (thisLotOrder - 1) }) .done(function (data) { if (data.LotId) { window.location.href = "/ Event/LotDetails" + "/" + data.LotId ; } }); } }); $(".GoToNextLot").on("click", function () { var thisLotOrder = 240 ; var lastLotOrder = 452 ; if (thisLotOrder < lastLotOrder) { $(".GoToNextLot").prop("disabled", true ); $.post("/RealTime/GetLotIdByLotOrder", { eventId : 11492452, lotOrder : (thisLotOrder + 1) }) .done(function (data) { console.log("prochain résultat du lot : ", data); if (data.LotId) { window.location.href = "/Event/LotDetails" + "/" + data.LotId ; } }); } }); $(document).on("SignalR_UpdateInvoiceStatus", function (event, data) { if ($.inArray(data.ListingID, InterestingListings) < 0) return ; jslog("SignalR_UpdateInvoiceStatus (liste, facture, statut, payeur) : " + data.ListingID + ", " + data.InvoiceID + ", " + data.InvoiceStatus + ", " + data.InvoicePayerUN); // afficher le bouton "Afficher la facture" ou "Commander" le cas échéant if (data.InvoicePayerUN = = aweUserName) { //obtenir le résultat de /RealTime/IsInvoicePayable?invoiceId=nnnnnn var promise = Proxy.invokeAsync("IsInvoicePayable", { factureId : data.InvoiceID }, function(result) { var checkoutUrl = 'https://tkauctions .ca/Account/Invoice/' + data.InvoiceID ; checkoutUrl += '?returnUrl=%2fEvent%2fLotDetails%2f11763044' ; if (result.isPayable) { //la facture est payable si (autoCheckoutForBuyNow) { window.location = checkoutUrl ; } if ($("a.btn__detail__checkout").length == 0) { // afficher le bouton de paiement s'il n'en existe pas déjà var checkoutHtml = '
' + '' + '' + '' + '' + '' + '' + 'Commander' + '' + '' + '
'; $(".detail__context-menu").prepend(checkoutHtml).show(); jslog("bouton de paiement rendu pour la facture #" + data.InvoiceID); } } else { //la facture n'est pas payable, donc au lieu du bouton 'passer à la caisse', afficher le bouton 'afficher la facture' s'il n'en existe pas déjà if ($("a.btn__detail__invoices").length == 0) { var viewInvoiceHtml = '
' + '' + '' + '' + '' + '' + '' + 'Afficher la facture' + '' + '' + '
'; $(".detail__context-menu").append(viewInvoiceHtml).show(); jslog("afficher le bouton facture rendu pour la facture #" + data.InvoiceID); } } // n'affiche les boutons de contact et/ou de commentaires que si // a) le paramètre web.config HighlightCheckoutButtonForBuyNow est défini sur False, ou // b) la facture n'est pas payable si (!highlightCheckoutButtonForBuyNow || !result.isPayable ) { //rendre le bouton contacter le vendeur s'il n'existe pas déjà if (true && $("a.btn__detail__contactuser").length == 0) { var contactSellerUrl = '/Account/SendListingMessage?receiver=TKAuctions&template=ask_listing_question&listingID=11763045&returnUrl= %2FEvent%2FLotDetails%2F11763044%2FOttLite-Executive-LED-Desk-Lamp-with-USB-Charging-Port' ; var contactSellerHtml = '
' + '' + '' + '' + '' + '' + '' + 'Contacter le vendeur' + '' + '' + '
'; $(".detail__context-menu").append(contactSellerHtml).show(); jslog("bouton de contact rendu pour la facture #" + data.InvoiceID); } //bouton de retour d'information if (true) { var feedbackUrl = '/Account/SubmitFeedback?LineItemID=REPLACELINEITEMID&ListingID=11763045&Receiver=TKAuctions' .replace("REPLACELINEITEMID", data.LineItemID); var feedbackHtml = '
' + '' + '' + '' + '' + '' + '' + 'Commentaires' + '' + '' + '
'; $(".detail__context-menu").append(feedbackHtml).show(); jslog("bouton de retour rendu pour la facture #" + data.InvoiceID); } } }, function(error) { jslog("Erreur lors de la récupération de l'état de la facture (1) : " + erreur); } ); promise.fail(function (jqXHR, textStatus) { jslog("Erreur lors de la récupération de l'état de la facture (2): " + textStatus); }); } }); });
Retour au catalogue
Informations sur la livraison
Tous les articles sont ramassés sur place uniquement
Le paiement et la cueillette doivent être effectués avant le 27 mai
Si le paiement et le ramassage ne sont pas effectués, votre carte enregistrée sera débitée du montant de la facture et des frais de retard de paiement/ramassage de 20 % (min 5 $ par article) pourront être facturés. Cela se fait à la seule discrétion de la liquidation de TK
Vos articles seront conservés jusqu'au 3 juin, après quoi ils seront réapprovisionnés. Vous ne serez pas remboursé.
Vous pouvez effectuer le paiement à la cueillette en utilisant le crédit, le débit et l'argent comptant. Nous n'acceptons pas les cartes AMEX
Tous les articles doivent être ramassés au 366 Grand River Ave, Brantford. Ontario
Heures de ramassage :
Vendredi 26 mai 9h-18h
Samedi 27 mai 9h-18h
Cette enchère utiliseEnchères par procuration.
Terminé
Lampe de bureau à DEL OttLite Executive avec port de charge USB
Condition : comme neuf PDSF : 64
- VenduEnchère gagnante : $21.00
- 16 Offre(s)Afficher l'historique des enchères
- Meilleur enchérisseur : Glenda
TKAuctions Brantford, Ontario CA
1
Contacter le vendeur Options de paiement Le vendeur accepte PayPal
Le vendeur accepte les cartes de crédit
Détails
- PDSF 64
- N° de lot 31306
- ID système # 11763044
- Date de fin
- Date de début
Description
Etat : Comme neuf
Inspection : Très bon état comme neuf. Aucune boîte.
Vous trouverez ci-dessous la description des fabricants. Nous ne garantissons pas que cette description décrit avec précision les produits vendus. Veuillez enchérir en conséquence
Cette lampe pliante d'aspect cuir texturé apporte style, sophistication et fonctionnalité à votre espace. Personnalisez la lumière selon vos préférences avec 3 modes de température de couleur, chacun avec 5 niveaux de luminosité. L'abat-jour réglable avec deux points d'articulation place un éclairage apaisant, économe en énergie et à faible éblouissement là où vous en avez besoin, et maintient vos appareils complètement chargés à l'aide du port USB 5 V, 2,1 A. Caractéristiques : 3 modes de température de couleur (lumière chaude, blanc brillant et lumière du jour naturelle) 5 réglages de luminosité Commandes tactiles Se replie lorsqu'il n'est pas utilisé Hauteur réglable de 22,2 cm à 58,4 cm (8,7 po × 22,9 po) avec 2 points d'articulation Comprend un port USB 5 V, 2,1 A pour charger complètement les téléphones mobiles et les tablettes Comprend :Prise d'adaptateurSpécifications :Dimensions (L × l × H/P) : 15,24 cm × 27,94 cm × 35,56 cm (6,30 po × 11,2 po × 13,58 po)Base : 14 cm × 18,39 cm (5,5 po × 7,2 po .)Poids : 1,31 kg (2,91 lb)
FAQs
How do I charge my OttLite phone? ›
Simply place your qi-enabled phone on the charging pad to wirelessly charge. Or, use the 5v, 2.1a USB port to charge mobile phones and tablets.
Is the OttLite rechargeable? ›Rechargeable: This lamp features a rechargeable lithium-ion battery for maximum portability. It typically lasts 1.5-3 hours between charges depending on the brightness level. USB charging cable included.
Why is the red light blinking on my OttLite wireless charging? ›NOTE: If RED light is blinking, this indicates the device is not charging and needs to be properly centered. Check the charge level on your device periodically to determine when device is fully charged.
Does the OttLite need to be plugged in? ›1-5 of 5 Answers. This lamp requires use of a plug-in cord, which extends at least five feet (60 inches).
How to charge phone by USB? ›- Most USB ports found in airports and some coffee shops provide enough power to charge a standard smartphone. Also, some hotels have USB ports built into lamps and bedside tables. ...
- Plug the USB end of the charging cable into the USB port.
- Plug the other end into your phone.
You can do this by going to Settings > Battery and device care > Battery. Then you can scroll to More battery settings. Here, you will have the option to toggle fast wireless charging on or off.
How to do wireless power charging? ›- Connect your charger to power. ...
- Place the charger on a level surface or other location recommended by the manufacturer.
- Place your iPhone on the charger with the display facing up. ...
- Your iPhone should start charging a few seconds after you've placed it on your wireless charger.
A USB LED light is a portable LED lamp that can fit into multi-port USB hubs, computers and laptops, smartphones, smart plugs, car USB docks, or any host USB device to which client peripherals can be attached.
Does OttLite charge iphones? ›Create a healthier and more productive workspace this year with a Wireless Charging LED Desk Lamp from the OttLite Wellness Series. These wireless charging lamps are available in a variety of styles and all are equipped with a Qi charging pad to wirelessly charge Qi-enabled devices including the iPhone 8 and above.
How do I know if my wireless charger is charging? ›You'll see the charging symbol display on the phone when it's charging.
Why is my wireless charger flashing and not charging? ›
The indicator on the wireless charger often flashes when the wireless charger detects a foreign object, such as a metal attachment or an incompatible phone or phone case; additionally, it could also be the power supply has a low voltage.
Why is my wireless charger not charging? ›Check that your device is placed directly in the center of the pad, without any obstructions. The most common reason wireless charging is inhibited is improper placement on the charging pad. The wireless connection between the device and the charging pad may be interrupted, cutting off the power supply.
What are USB ports used for? ›(2) (Universal Serial Bus) A hardware interface that can attach up to 127 peripheral devices to a computer, including keyboards, mice, printers, flash drives and external storage. USB is also used for charging phones, tablets and myriad portable devices (see USB power and USB charger).
How do I know when my USB lighter is fully charged? ›- Fully charge lighter (green lights will turn off when lighter is fully charged). - Slide the switch cover up to expose the red ignition button. - Use a forward slide motion to reveal the red button. - To light your target: Press and hold the red ignition button to start the flameless electric arc.
How long does a USB rechargeable battery last? ›Proper care and maintenance will prolong the life of any product, including your rechargeable batteries. With appropriate care and use, you should expect 2-7 years from most rechargeable batteries. Rechargeable cordless phone batteries can last 1-2 years with the right use and care.
Why is my Ottlite not working? ›If after hearing the 2 clicks your lamp still does not work (or you have a LED lamp), please plug the lamp into a different outlet. If your lamp still isn't working, call our Customer Service team at (800) 842-8848 or fill out the Contact Us form to let us know you're having problems.
What is the battery for on the Ottlite desk lamp? ›Clock Battery Replacement
This lamp uses a CR2032 3V button cell battery to power the clock.
Energy efficient Ott Lite light bulbs rated to last up to 10,000 hours. That's 12 times longer than incandescent bulbs. Plus, you'll enjoy seeing better while saving money on your electric bill, too. Using an Ott Lite 13 Watt bulb versus a 60 Watt incandescent bulb can give you over $60 in energy savings!
Can you charge through a USB port? ›If your laptop has a built-in USB-C port, then you'll be able to charge your laptop via a USB-C cable - you just have to make sure the cable has a plug adapter (the box-shaped plug at the end of your phone charger than can plug into an outlet).
Do all USB-C ports support charging? ›Will any port work with any charger? USB-C is a universal charging standard. That means that, technically, it doesn't matter what USB-C charger you use — it should be able to power up a laptop with a USB-C charging port and power bank.
Which USB for charging? ›
USB-A is most commonly used with computers or power outlets. When charging, you will connect the USB-A side into the USB-plug or into a laptop or computer. USB-A cables will only go into the port one way.
Does wireless charging work plugged in? ›Yes, that's right. Unless it's like the Prelude the wireless charging pad must be connected to a power source. It can be the USB port of your computer or power adapter, or car charger adapter, which BEZALEL provides for its own in-car wireless charger Omnia.
Can all phones charge wirelessly? ›Most recent smartphones and tablets are compatible. If your smartphone is an older model not listed above, you'll need a wireless adapter/receiver. Plug this into the Lightning/Micro USB port of your phone before you place the device on your wireless charger pad.
What is reverse charging? ›So what is reverse wireless charging? The ability to turn the tables; for a wireless charging-capable phone or device to act as the charging station and be used to charge another wireless device. Be that another phone, tablet, or true wireless headphones.
How does powered USB work? ›Powered USB hubs provide their own power supply for devices. Typically, when you connect a device to your computer via USB, the device draws upon your computer's power to function. Powered USB hubs come with their own power source and provide power for your connected devices so your computer doesn't have to.
What voltage is a USB lamp? ›The supply voltage coming from the USB is 5V and the current drop at the Light Emitting Diode is 40 milli amperes. The following formula can be used to calculate the resistor value.
What app shows charging watts? ›Download the Ampere app on your Android device. You can find it on the Google Store. There's a pro version, but the free download is all you need. Look for the charging information for your phone to find its charging wattage or similar numbers.
How do you turn off an OttLite lamp? ›Turn the lamp ON/OFF by using power switch (B) located on top of base (A). 5. Touch panel (B) includes multiple “touch” keys that control the lamp's light color mode and brightness within each color mode. This lamp provides five levels of brightness.
What app to download for wireless charging? ›The Aircharge-Qi wireless charger locator app is available to download now on iOS and Android and from the relevant App stores. It can also be downloaded from the Aircharge website at http://www.air-charge.com/app.
Do rechargeable light bulbs need to be on to charge? ›The switch when turned off has physically cut the electricity supply to the light bulb so it is impossible to have electricity flow to recharge the bulb. Rechargeable light bulbs need to be charged or used as normal during times of power so that the battery is fully charged for the next power outage.
How many hours should I charge my rechargeable lamp? ›
After using the bulb during power outage it is recommended to charge it for up to 4-6 hours depending on how long the bulb was used during outage. The bulb charges on AC power during normal operation when turned ON. So using the bulb a minimum of 2 hours every week is recommended.
How long should a rechargeable lamp be charged? ›The standard amount of time required to recharge to full capacity is approximately 16 to 20 hours. If the battery is completely depleted, charging it for forty-eight hours is required.
How long does it take to fully charge a wireless charger? ›Wireless charging pads take about two to three hours to charge an iPhone, for example, but can charge some Android devices in 60 minutes or less. Charge times are likely to improve as the technology on both sides does, so expect these to come down in the not-too-distant future.
Do you need a charger for a wireless charger? ›Do I need an adapter? If your phone is linked below you can purchase a device specific wireless charging adapter, however if It's not you will need a Universal wireless charging adapter and a wireless charger.
How do I know if my device is charging? ›Plug in your phone with a working cable, charger, and outlet, then wait one minute. If you see a battery icon, your phone is powered off and is charging.
Does blinking battery mean charging? ›The blinking LED lights indicate different status of charge: Short green flash = less than 80% charged. Long green flash = more than 80% charged.
When light on battery is blinking is it charging? ›Flashing power lamp indicates that NO CONNECTION is established between charger and battery and the unit has entered power save mode. 3. Or if the battery voltage is too low (under 2.2V) the led will start to flash.
Why is my charging light flashing on my battery charger? ›Normal LED Indicator Meanings
A flashing RED LED indicates an error. A solid YELLOW LED indicates the charger is in Bulk charging. A flashing YELLOW LED indicates the charger is in Absorption Mode. A flashing GREEN LED indicates battery is fully charged, in Maintenance Mode and ready to use.
Red/Blue flashing means it is in pairing mode and needs to connect to your device.
How do you recharge LED lights? ›Each battery pack has a red LED indicator light to show that it is turned on. Plug the battery pack into the charger, and make sure the charger is plugged into the wall. It will take eight hours for an empty battery pack to fully charge, so please, plan ahead!
How do you know when a rechargeable lamp is fully charged? ›
When using on battery power and the light starts to dim, this indicates that the internal battery needs to be recharged. The RED charging indicator in the back will turn off when the lamp is fully charged.
How do you charge the radiant LED lamp? ›Easy to charge – simply place the lamp on the accompanying base and charge via the USB socket.
Can LED lights be plugged in? ›LED Power Supply Options:
Plug-in Adapter – Plug straight into your wall to power your LED strip lights. Hardwire Power Supplies – Directly wire in between your line voltage wiring and your LED Strips.
They work like regular bulbs when the power supply is available, during which time they also recharge while the switch is on. Once the power cuts, they stay on, using the rechargeable battery in the bulb itself. Depending on the bulb, they can last two to eight hours.
Can you leave a rechargeable light plugged in all the time? ›Avoid leaving your batteries in a charger for more than 24 hours. Whilst most intelligent chargers are set to a trickle charge once the rechargeable battery is fully charged, to avoid damage to the battery, it is still best to take the batteries out of the charger once they are charged.
How long does a rechargeable lamp take to charge? ›After using the bulb during power outage it is recommended to charge it for up to 4-6 hours depending on how long the bulb was used during outage. The bulb charges on AC power during normal operation when turned ON. So using the bulb a minimum of 2 hours every week is recommended.
How long does it take for a rechargeable to fully charge? ›Virtually all intelligent chargers are considered to be 'fast', with typical charge times of 1 to 4 hours depending on the capacity and size of a battery. At this rate of charge there should be no detrimental effect on your rechargeable batteries.
How long does an OTT light bulb last? ›OttLite CFL bulbs are rated to last up to 10,000 hours. Our LED lights are tested to last up to 40,000 hours.
How long is the charge on the OttLite? ›A: Thank you for your inquiry. For Ottlite's Travel Rechargeable LED Task Lamp fully charged the runtime is between 1.5 - 3 hours depending on brightness level being used. Best regards, Ottlite C/S PH#800/842-8488 (M-F, 9am-5pm EST).
How do you know when your LED lights are fully charged? ›Normal LED Indicator Meanings
A solid YELLOW LED indicates the charger is in Bulk charging. A flashing YELLOW LED indicates the charger is in Absorption Mode. A flashing GREEN LED indicates battery is fully charged, in Maintenance Mode and ready to use.
How long does it take to charge a LED lamp? ›
Use the cable to charge the lamp; It will take about 5 hours to fully charge it. There is a red indicator light above the cable that will go off once the lamp is fully charged. We recommend you to fully charge the lamp before you use it.