Product Description
/**
* Common event handler for click and keydown events.
* @param {Event} event - The event object.
* @param {Function} handleClickOrEnter - Function to handle click or Enter key events.
* @param {Function} handleEsc - Function to handle Esc key events.
*/
// [TODO][AplusMantle-8064] Create common event handler util(key events, click events) in AplusModuleResources
function handleClickAndKeyEvents(event, handleClickOrEnterOrSpace) {
const ENTER_KEY_CODE = 13;
const ESCAPE_KEY_CODE = 27;
const SPACE_KEY_CODE = 32;
const isClick = event.type === 'click';
const isKeydown = event.type === 'keydown';
const isEnter = isKeydown && event.keyCode === ENTER_KEY_CODE;
const isSpace = isKeydown && event.keyCode === SPACE_KEY_CODE;
const isEsc = isKeydown && event.keyCode === ESCAPE_KEY_CODE;
if (isClick || isEnter || isSpace) {
handleClickOrEnterOrSpace();
} else if (isEsc) {
handleEsc(event);
}
}
/**
* Function to handle esc key event.
* @param {Event} event - The event object.
*/
function handleEsc(event) {
event.target.blur()// force remove focus
}

1 Large Flat Brush 2 Dome Brush 3 Small Flat Brush 4 Corner Brush

Where can I get replacement brush heads?
HiCOZY replacement brush heads are already on sale in our shop HiCOZY. There are two types: BH1 & BH2. They are suitable for different cleaning needs and all are compatible with HS1 & HSE1.
How to clean stubborn stains more thoroughly with HiCOZY Electric Spin Scrubber HS1?
It is recommended to use 400RPM mode and use it with some detergent to remove heavy duty.
Where can I use Electric Spin Scrubber?
It can efficiently clean more than 15 areas like bathrooms, washrooms, living rooms, dining rooms, study rooms, kitchens, gardens, backyards, garages, attics, balconies, storage rooms, closets, laundry rooms, and swimming pools.
HiCOZY Electric Spin Scrubber Series
HS1
Add to Cart
HS1 Pro
Add to Cart
HSE1
Add to Cart
BH1
Add to Cart
BH2
Add to Cart
Customer Reviews
4.3 out of 5 stars
988
4.4 out of 5 stars
94
4.1 out of 5 stars
159
4.4 out of 5 stars
11
4.7 out of 5 stars
12
Price
$29.99$29.99
$29.99$29.99
$19.99$19.99
$14.99$14.99
$14.99$14.99
Model
Electric Spin Scrubber HS1
Electric Spin Scrubber HS1 Pro
Electric Spin Scrubber HSE1
Replaceable Brush Heads BH1
Replaceable Brush Heads BH2
Applicable Scene
Covers Every Corner
Long Enough to Clean Ceiling
Kitchen Scenes
Stubborn Stains
Vulnerable Surfaces
Working Time
2 Hour
2+ Hour
1.5 Hour
/
/
Motor Speed
300/400 RPM
180/240/300/400 RPM
210/300 RPM
/
/
Adjustable Speeds
✔
✔
✔
✘
✘