MULTIFUNCTIONAL WORK LIGHT TIROSS TS-1940 20W

The photographs are for illustrative purposes only.
Get AI analytics on product MULTIFUNCTIONAL WORK LIGHT TIROSS TS-1940 20W:
60.71€/pc.
Ex Tax: 48.96€/pc.
Tiross
0 reviews
In stock
Product Code: 000-482319ASP
Qty
One click order

MULTIFUNCTIONAL WORK LIGHT TIROSS TS-1940 20W

Product sizes14,00 x 14,00 x 5,50 cm
Package dimensions14,50 x 15,00 x 6,00 cm
Gross weight0,590 kg
Net weight0,650 kg

The Tiross multifunctional work lamp is very compact and powerful for its size. It can also be used as a power bank, making it a great choice for travel.

The lamp features a main light source, an LED strip at the bottom, and a red SOS signal. It offers various lighting modes to suit your needs. With a brightness of 150 lumens, the lamp can operate for up to 10 hours.

Specifications:

  • Main light: COB 20 W, LED strip COB 1 W
  • Red SOS signal: 26 SMD LEDs
  • Brightness levels: 2000 lumens and 150 lumens
  • Color temperatures: 2700K, 3500K, 4500K, 6500K
  • Power bank function
  • Adjustable handle with 180° rotation, magnetic base
  • Lighting modes: 150, 500, 1000, 2000 lumens
  • Protection rating: IP44 and IK08
  • Operating time:
    • 150 lumens – up to 10 hours
    • 2000 lumens – up to 3 hours
  • Charging: USB-C cable (included), ~6 hours
  • Battery: Li-ion 18650, 6000mAh (4×1500mAh)
  • Dimensions: 140 x 55 x 140 mm

Description provided by sitypro.com

MULTIFUNCTIONAL WORK LIGHT TIROSS TS-1940 20W
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the MULTIFUNCTIONAL WORK LIGHT TIROSS TS-1940 20W

What is the MULTIFUNCTIONAL WORK LIGHT TIROSS TS-1940 20W and what is it used for?

MULTIFUNCTIONAL WORK LIGHT TIROSS TS-1940 20W is a compact multifunctional lamp with a 20 W COB main light and LED strip, designed for workshop tasks, camping and emergencies; it also works as a power bank and includes a red SOS signal.

What brightness levels and lighting modes does the TIROSS TS-1940 20W have?

The lamp supports lighting modes at 150, 500, 1000 and 2000 lumens; product specs highlight the 150 lm (long runtime) and 2000 lm (high output) settings for different uses.

How long does the TIROSS TS-1940 run at different brightness levels?

Operating time is specified as up to 10 hours at 150 lumens and up to 3 hours at 2000 lumens, so you can choose between extended runtime or high-output use.

What are the TIROSS TS-1940’s protection ratings for water and impact?

The lamp is rated IP44 (splash-resistant) and IK08 (impact resistant), suitable for outdoor and workshop environments with exposure to splashes and knocks.

What colour temperatures does the TIROSS TS-1940 support and can they be changed?

The lamp supports 2700K, 3500K, 4500K and 6500K colour temperatures, which can be selected to provide warmer or cooler lighting for different tasks.

Can the TIROSS TS-1940 be used as a power bank and how are devices charged?

Yes — it has a power bank function to charge external devices via USB; the lamp itself charges with the included USB-C cable in about 6 hours.

What are the physical dimensions, weight and battery of the TIROSS TS-1940?

Dimensions: 140 x 55 x 140 mm; weight: 590 g. Battery: Li-ion 18650 6000 mAh (4×1500 mAh), providing extended runtime especially in the 150 lm mode.

Does the TIROSS TS-1940 have a magnetic base and a pivoting handle to aim the light?

Yes — it features a magnetic base for mounting on metal surfaces and an adjustable handle with 180° rotation to aim the beam where needed.

Does the TIROSS TS-1940 have an SOS signal and how many LEDs are in the red signal?

Yes — it includes a red SOS signal made up of 26 SMD LEDs to increase visibility in emergencies.

Is the TIROSS TS-1940 suitable for outdoor use and rainy conditions?

Yes — with an IP44 rating it tolerates splashes and is suitable for outdoor use in rain, but it is not waterproof for submersion.

Where to buy MULTIFUNCTIONAL WORK LIGHT TIROSS TS-1940 20W?

You can buy MULTIFUNCTIONAL WORK LIGHT TIROSS TS-1940 20W in our online store for 48.96€. Category: Flashlights.

What is the price of MULTIFUNCTIONAL WORK LIGHT TIROSS TS-1940 20W?

The current price of MULTIFUNCTIONAL WORK LIGHT TIROSS TS-1940 20W is 48.96€. Brand: Tiross.

MULTIFUNCTIONAL WORK LIGHT TIROSS TS-1940 20W — specifications and description

Model: 000-482319ASP. Category: Flashlights. Brand: Tiross. Price: 48.96€.

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ххххххх');