TaoTronics Tower Fan 002,36” Oscillating Tower Fan with Remote, 9 Modes, Large LED Display, 12-Hour Timer

$69.99
$79.99
-$10.00
Color:  Black
Quantity

Description


 

Founded in 1915, Paris Rhône have since been creating innovative products which enhance and improve the quality of our customers' daily lives.

Over 100 years have passed, and Paris Rhône remains committed to providing superior-quality, reasonably priced products to our customers around the world.

We are proud to be leading the way in designing smart, easy-to-use, high-quality home appliances with the future in mind.

Paris Rhône

Whole Room Cooling For Hot Summer Days

Stay cool and breezy even as the temperature climbs with the Paris Rhône 36” space-saving tower fan. Set your breeze preference via the fully-accessible LED control panel or utilize the remote control to instigate an oscillating air flow to cool down the entire room. 70-degree whisper-quiet oscillation promotes optimal air circulation for cool relief on hot summer days or refreshing room circulation year round.

  • 36” Space-Saving Design
  • 70° Oscillation
  • ETL Certified
  • Ambient Temperature Displayed
  • Simple Base Assembly
  • LED display automatically turns off after 30 seconds in sleep mode

Smart Climate Control

The built-in digital thermostat maintains the ambient temperature at over 79°F and instigates auto shut off when temperatures reach less than 75°F, maintaining a comfortable and controlled climate at all times.

Large LED Display

The Paris Rhône Tower Fan features a 12-hour timer that can be programmed with ease in 1 hour increments for auto shut down at your desired time. All of the fan's features, including the programmable timer are easily controlled via the extended-range remote control or touch sensitive LED control panel.

Compact & Portable

The ultra slim and compact design profile makes the Paris Rhône Tower Fan a perfect choice for tight spaces, offices, bedroom nightstands, and more. This tower fan can be effortlessly moved from room to room via the integrated built-in carry handle.



Standard Technical Specifications

Rated Power 60W
Input AC 120V 60Hz
Modes Normal/Natural/Sleep
Speeds Low/Medium/High
Timer 1-12 Hours
Oscillation 70°
Noise Level 35dB
Operation Temperature 41°F-104°F
Dimensions 11.8 x 11.8 x 35.4in
Net Weight 6.9lb
Customer Reviews
Here are what our customers say.
Write a Review
Customer Reviews
Wow you reached the bottom
Newest
Most liked
Highest ratings
Lowest ratings
×
class SpzCustomFileUpload extends SPZ.BaseElement { constructor(element) { super(element); this.uploadCount_ = 0; this.fileList_ = []; } buildCallback() { this.action = SPZServices.actionServiceForDoc(this.element); this.registerAction('upload', (data) => { this.handleFileUpload_(data.event?.detail?.data || []); }); this.registerAction('delete', (data) => { this.handleFileDelete_(data?.args?.data); }); this.registerAction('preview', (data) => { this.handleFilePreview_(data?.args?.data); }); this.registerAction('limit', (data) => { this.handleFileLimit_(); }); this.registerAction('sizeLimit', (data) => { this.handleFileSizeLimit_(); }); } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } setData_(count, file) { this.uploadCount_ = count; this.fileList_ = file; } handleFileUpload_(data) { data.forEach(i => { if(this.fileList_.some(j => j.url === i.url)) return; this.fileList_.push(i); }) this.uploadCount_++; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileUpload", { count: this.uploadCount_, files: this.fileList_}); if(this.fileList_.length >= 5){ document.querySelector('#review_upload').style.display = 'none'; } if(this.fileList_.length > 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '8px'; } } handleFileDelete_(index) { this.fileList_.splice(index, 1); this.uploadCount_--; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileDelete", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; if(this.fileList_?.length === 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '132px'; } } handleFilePreview_(index) { const finalPreviewData = this.fileList_[index]; const filePreviewModal = document.getElementById('filePreviewModal'); const fullScreenVideo = document.getElementById('fullScreenVideo'); const fullScreenImage = document.getElementById('fullScreenImage'); const previewModalClose = document.getElementById('previewModalClose'); const previewLoading = document.getElementById('previewLoading'); filePreviewModal.style.display = 'block'; previewLoading.style.display = 'flex'; if(finalPreviewData?.type === 'video'){ const media = this.mediaParse_(this.fileList_[index]?.url); fullScreenVideo.addEventListener('canplaythrough', function() { previewLoading.style.display = 'none'; }); fullScreenImage.src = ''; fullScreenImage.style.display = 'none'; fullScreenVideo.style.display = 'block'; fullScreenVideo.src = media.mp4 || ''; } else { fullScreenImage.onload = function() { previewLoading.style.display = 'none'; }; fullScreenVideo.src = ''; fullScreenVideo.style.display = 'none'; fullScreenImage.style.display = 'block'; fullScreenImage.src = finalPreviewData.url; } previewModalClose.addEventListener('click', function() { filePreviewModal.style.display = 'none'; }); } handleFileLimit_() { alert(window.AppReviewsLocale.comment_file_limit || 'please do not upload files more than 5'); this.triggerEvent_("handleFileLimit"); } handleFileSizeLimit_() { alert(window.AppReviewsLocale.comment_file_size_limit || 'File size does not exceed 10M'); } clear(){ this.fileList_ = []; this.uploadCount_ = 0; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleClear", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; } mediaParse_(url) { var result = {}; try { url.replace(/[?&]+([^=&]+)=([^&]*)/gi, function (str, key, value) { try { result[key] = decodeURIComponent(value); } catch (e) { result[key] = value; } }); result.preview_image = url.split('?')[0]; } catch (e) {}; return result; } triggerEvent_(name, data) { const event = SPZUtils.Event.create(this.win, name, data); this.action.trigger(this.element, name, event); } } SPZ.defineElement('spz-custom-file-upload', SpzCustomFileUpload);
The review would not show in product details on storefront since it does not support to.