Bosch UniversalGardenTidy 3000 Corded 3000W Mains fed Garden blower & vacuum

£49.99
people are viewing this right now

Free worldwide shipping
Free returns
Sustainably made
Secure payments
Description

The UniversalGardenTidy is the 3-in-1 solution for efficiently clearing garden debris.

  • 285km/h
  • Comes with 1x Padded Shoulder strap, 1x Power supply unit, 1x 45 l collection bag, 1x Vacuum tube, 1x Blower nozzle
  • Shoulder strap
  • Collection capacity - 45L
  • Manufacturer guarantee: 2 years

Features and benefits

  • This versatile ProSilence gardening tool reduces the sound power level by up to 75%, producing an exceptionally low noise level of 99 dB (A).
  • Blowing, vacuuming, shredding –switching between modes is fast and easy.
  • Moisture-repellent Dirt Deflectors on the collection bag ensure water and debris are diverted to the ground.
  • A metal fan provides optimum performance for longer operating times, and its larger volute makes clearing blockages easy and safe.
  • Enjoy flexible and efficient garden clearing with fully variable speeds in both blow and vacuum mode.
  • Guarantee can be extended from 2 to 3 years via registration within 28 days on MyBosch.

Specifications

Cable length (m) 10m
Model name/number UniversalGardenTidy 3000
Power output 3000W
Power voltage supply Mains fed
Weight (g) 3700g
Material Metal & plastic
Product code 4059952553740
1
Select product
Selected 0 item(s)
class SpzCheckoutNotificationHandler extends SPZ.BaseElement { constructor(element) { super(element); this.timer_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } sendVariantListUpdateEvent_(data) { const messageData = { type: "theme_variant_list_update", data: { orderToken: data.order_token || data.order_id } }; clearInterval(this.timer_); if(!window.CheckoutAPI) { this.timer_ = setInterval(() => { if(window.CheckoutAPI) { clearInterval(this.timer_); postMessage && postMessage(messageData); } }, 500); } else { postMessage && postMessage(messageData); } } buildCallback() { this.action_ = SPZServices.actionServiceForDoc(this.element); this.registerAction('sendVariantListUpdateEvent', (param) => { this.sendVariantListUpdateEvent_(param.args.data); }); } } SPZ.defineElement('spz-custom-checkout-notification-handler', SpzCheckoutNotificationHandler); function handleGetOrderInfo(data) { if (data.order_id) { let api = `/api/checkout/order/info?order_id=${data.order_id}`; return Promise.resolve(api); } return Promise.reject({}); } function addEventListenerKickItems(data) { if (data.type === 'checkout_kick_items') { return Promise.resolve(data); } return Promise.reject({}); } exportFunction('handleGetOrderInfo', handleGetOrderInfo) exportFunction('addEventListenerKickItems', addEventListenerKickItems)