WORKPLACE LIGHTINGTS-1903 3WCOBX2+1W LED MULTIFUNKT.

The photographs are for illustrative purposes only.
Get AI analytics on product WORKPLACE LIGHTINGTS-1903 3WCOBX2+1W LED MULTIFUNKT.:
42.22€/pc.
Ex Tax: 34.05€/pc.
Tiross
0 reviews
In stock
Product Code: 000-441760ASP
Qty
One click order
Tags:

DESCRIPTION WORKPLACE LIGHTINGTS-1903 3WCOBX2+1W LED MULTIFUNKT. price 42.92€ Tiross

Package dimensions11,50 x 4,50 x 33,00 cm
Net weight0,383 kg

Valgus: 3W COB + 3W COB +1W/540lm
Tugev magnet lambi põhja all ja taga
Li-ion aku 3,7V, 2600mAh
Patarei indikaator
Laadimise aeg 5tundi
Tööaeg 3W COB: 4 tundi; 3W COB + 3W COB: 2,5 tundi
1M USB kaabel koos laadimise juhtmega 
USB output 5V.1A akupangana

Product details

Total weight: 0.38 kg
Package measurements: 11.50 x 4.50 x 33.00 cm

Description provided by sitypro.com

WORKPLACE LIGHTINGTS-1903 3WCOBX2+1W LED MULTIFUNKT.
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the WORKPLACE LIGHTINGTS-1903 3WCOBX2+1W LED MULTIFUNKT.

What is WORKPLACE LIGHTINGTS-1903 3WCOBX2+1W LED MULTIFUNKT. and what is it for?

WORKPLACE LIGHTINGTS-1903 3WCOBX2+1W LED MULTIFUNKT. is a multifunctional pocket work light with 3W COB + 3W COB + 1W LEDs, strong magnets on base and back, and a 3.7V 2600mAh Li‑ion battery. It’s designed for workshop lighting, repairs and camping; total weight 0.38 kg, package 11.50 x 4.50 x 33.00 cm.

What is the brightness and light modes of TS-1903?

The light has 3W COB + 3W COB + 1W LEDs with a listed output of 540 lm. You can run a single 3W COB for standard work mode or both 3W COBs together for higher output; modes are selected via the unit’s switch.

How long does the light run per charge and how long to charge?

The built‑in 3.7V 2600mAh Li‑ion battery charges in about 5 hours. Run times: single 3W COB ≈ 4 hours; both 3W COBs together ≈ 2.5 hours.

Does the light have a battery indicator and how to read it?

Yes — the product includes a battery indicator. It displays charge level during use and charging so you can tell when the 3.7V 2600mAh battery needs recharging.

Can the light be used as a power bank to charge other devices?

Yes — it has a USB output 5V 1A so you can charge small devices. A 1 m USB charging cable is included.

What type of battery is used and can it be user-replaced?

It uses a built‑in 3.7V 2600mAh Li‑ion battery. The battery is integrated; the listing does not state user-replaceability, so replacement should be handled by a service centre.

Does the light have a magnet and is it strong enough to attach to metal?

Yes — TS-1903 has strong magnets on the base and back for secure attachment to metal surfaces, enabling hands‑free work. The magnet is suitable for holding the 0.38 kg unit during use.

Is TS-1903 suitable for garage or auto‑service work?

Yes — with dual 3W COB sections, strong magnets and sufficient brightness, TS-1903 is suitable for garage and workshop tasks including engine bay lighting. The battery and USB output provide autonomy and device charging.

What are the dimensions and weight and will it fit in a toolbox?

Package measurements are 11.50 x 4.50 x 33.00 cm and total weight is 0.38 kg, so the unit is compact and fits easily into a toolbox or glovebox. The shape allows horizontal placement or magnetic fixing.

Does the package include a charging cable and what port is needed?

Yes — a 1 m USB charging cable is included. Charging requires a standard 5V USB power adapter/port; the adapter itself is not listed as included.

What is the housing material and will the light withstand drops or worksite conditions?

The listing does not specify the housing material, but the product is marketed as a work light with magnets and a robust build for repair and field use. For drop‑resistance specifics consult Tiross technical specs or ask the seller for more details.

Where to buy WORKPLACE LIGHTINGTS-1903 3WCOBX2+1W LED MULTIFUNKT.?

You can buy WORKPLACE LIGHTINGTS-1903 3WCOBX2+1W LED MULTIFUNKT. in our online store for 34.05€. Category: Flashlights.

What is the price of WORKPLACE LIGHTINGTS-1903 3WCOBX2+1W LED MULTIFUNKT.?

The current price of WORKPLACE LIGHTINGTS-1903 3WCOBX2+1W LED MULTIFUNKT. is 34.05€. Brand: Tiross.

WORKPLACE LIGHTINGTS-1903 3WCOBX2+1W LED MULTIFUNKT. — specifications and description

Model: 000-441760ASP. Category: Flashlights. Brand: Tiross. Price: 34.05€.

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