MULTIFUNCTIONAL WORK LIGHT TIROSS TS-1939 7-21W

The photographs are for illustrative purposes only.
Get AI analytics on product MULTIFUNCTIONAL WORK LIGHT TIROSS TS-1939 7-21W:
51.51€/pc.
Ex Tax: 41.54€/pc.
Tiross
0 reviews
In stock
Product Code: 000-482312ASP
Qty
One click order
Tags:

SPECIFICATION MULTIFUNCTIONAL WORK LIGHT TIROSS TS-1939 7-21W price 52.35€ Tiross

Package dimensions10,50 x 20,50 x 9,50 cm
Net weight0,650 kg

The Tiross multifunctional work lamp stands out with its unique design. The lamp's light sources can be folded into a cone shape, or all three lights can be directed to one side, forming one large, powerful work lamp. It features a high brightness level, a power bank function, a magnet, and a hook, making it versatile for various uses.

Specifications:

  • Light sources: 3 x COB bulbs
  • Brightness per bulb: 1500 lumens
  • Power: 21 W (3 x 7 W)
  • Color temperature: 6500K
  • Adjustable light directions
  • Lighting modes: 100% (3 lamps), 66% (2 lamps), 33% (1 lamp)
  • Protection level: IP20 and IK08
  • Power bank function
  • Charging: USB-C cable (included), ~5 hours
  • Battery: Li-ion 18650 4000mAh (2 x 2000mAh)
  • Dimensions: 105 x 187 mm
  • Weight: 570 g

Description provided by sitypro.com

MULTIFUNCTIONAL WORK LIGHT TIROSS TS-1939 7-21W
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the TÖÖKOHAVALGUSTI TIROSS TS-1939 7-21W MULTIFUNKTS.

What is the MULTIFUNCTIONAL WORK LIGHT TIROSS TS-1939 7-21W and what is it used for?

MULTIFUNCTIONAL WORK LIGHT TIROSS TS-1939 7-21W is a multifunctional lamp with three COB bulbs (3×7 W), 1500 lumens per bulb, 6500K color temperature and a power bank function; ideal for workshops, camping, car repairs and emergency lighting.

What lighting modes does the TIROSS TS-1939 have and how do you switch them?

The lamp offers three modes: 100% (3 lamps), 66% (2 lamps) and 33% (1 lamp). You change modes using the button on the body, cycling through the number of active COB bulbs.

What is the brightness and colour temperature of the TIROSS TS-1939?

Each COB bulb produces 1500 lumens, total power 21 W (3×7 W). Colour temperature is 6500K — a cool white light suitable for work tasks.

What are the TIROSS TS-1939 dimensions, weight and body materials?

Dimensions: 105 × 187 mm, weight: 570 g. The exact body material is not specified, but the design includes a magnet and hook for practical work use.

How long does the TIROSS TS-1939 run on a full charge and how long to charge?

It uses two 18650 Li-ion cells (2×2000 mAh, total 4000 mAh). Charging via USB-C takes about 5 hours; runtime depends on the lighting mode (full power depletes the battery faster).

Does the TIROSS TS-1939 have a powerbank function and how to use it?

Yes — the lamp includes a power bank function. Charge the lamp via the included USB-C cable, then connect your device to the lamp's USB output to charge it.

Can the TIROSS TS-1939 lamps be aimed separately and how to get maximum brightness?

Yes — the three light sources are adjustable and can be folded into a cone or all pointed one way. For maximum brightness, align all three COB bulbs to face the same direction.

How does the TIROSS TS-1939 attach — does it have a magnet and hook?

Yes — the work light includes a magnet and a hook, allowing attachment to metal surfaces or hanging for hands-free use, useful in car repairs and workshops.

What protection rating does the TIROSS TS-1939 have and can it be used outdoors?

Protection is IP20 and IK08 — impact-resistant (IK08) but not moisture-protected (IP20). It can be used outdoors in dry conditions or under shelter, but not in rain.

How many lumens does the TIROSS TS-1939 produce with all lamps on?

Each lamp is 1500 lm, so three lamps together produce about 4500 lumens. This delivers powerful work illumination when all are directed together.

Where to buy MULTIFUNCTIONAL WORK LIGHT TIROSS TS-1939 7-21W?

You can buy MULTIFUNCTIONAL WORK LIGHT TIROSS TS-1939 7-21W in our online store for 41.54€. Category: Flashlights.

What is the price of MULTIFUNCTIONAL WORK LIGHT TIROSS TS-1939 7-21W?

The current price of MULTIFUNCTIONAL WORK LIGHT TIROSS TS-1939 7-21W is 41.54€. Brand: Tiross.

MULTIFUNCTIONAL WORK LIGHT TIROSS TS-1939 7-21W — specifications and description

Model: 000-482312ASP. Category: Flashlights. Brand: Tiross. Price: 41.54€.

Google reviews

See all reviews
//$('#buy_1click').mask("+39999999999",{placeholder:"+3__________"}); //$('#buy_1click').attr('placeholder', 'XXXXXXXXXX'); }); $('#btn_buy_1click').click(function () { var prefix = $('.iti__country.iti__active').data('dial-code'); $('input[name="phone_prefix"]').val(prefix); var answer = checkPhone($(this)); var emailAnswer = validateEmail($('input[name="buy1click_email"]').val()); if(answer != false && emailAnswer != false) { $.ajax({ url: 'index.php?route=extension/module/one_click/add', type: 'post', data: $('input[name=\'phone_prefix\'],input[name=\'phone\'], input[name=\'buy1click_email\'], input[name=\'product_id\'], input[name=\'quantity\']'), dataType: 'json', beforeSend: function () { $('#btn_buy_1click').attr('disabled', 'disabled'); }, success: function (json) { if (json) { $.magnificPopup.open({ items: { src: '
' + '
' + json['popup_heading'] + '
' + '
' + json['popup_order'] + '
' + '
' + json['popup_phone'] + '
' + '
', type: 'inline' }, showCloseBtn: true }); $('#btn_buy_1click').attr('disabled', false); $('#buy_1click').val(''); } } }) } }); function checkPhone(phone_input) { var phone = $('#buy_1click').val(), input = $('#buy_1click'); checker = true; if(!phone){ input.effect('highlight', {color: '#f00'}, 500); checker = false; } else if(/[^0-9-+ (|)]/.test(phone) || phone.length < 7) { input.effect('highlight', {color: '#f00'}, 500); checker = false; } else { } if(checker != true) { return false; } } function validateEmail($email) { var emailReg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/; if ($email == '') { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else if (emailReg.test( $email ) == false) { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else { return true; } } $('#buy_1click').attr('placeholder', '5ххххххх');