ALANAS Digital Alarm Clock with Dual Alarms, Mirror LED Bedroom Alarm Clocks for Kids, Adjustable Brightness, Snooze, 2 USB Ports for Cellphone Charging, 12/24 Hour Display.

$12.00

9997 in stock

SKU: B0BJP6BF6Y-Blue Category:

Product Description

function logShoppableMetrics(moduleName, showsAddToCart) {
if (window.ue && window.ue.count) {
window.ue.count(“aplus:shoppable:” + moduleName + “:addToCart”, showsAddToCart ? 1 : 0);
}
}

/**
* 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
}

Modern Mirror Face Alarm Clock

blue 1

Mirror face, sleek and simplicity design, match any kind of furniture. Large and clear number display, time can be check in a wild angle. The alarm clock can be stand on table or hang up on the wall.

Dual Alarms with 5 Work Models

blue 2

Dual alarms design, meet people’s various time reminder need, and both alarms can be turn on/off independently. 5 alarm work model function is absolutely hit your needs. Alarm are optional sound from Monday to Friday, Monday to Saturday, Friday to Saturday, Monday to Sunday, the same day.

blue 3
 

Snooze for Heavy Sleeper

No fix snooze time, the snooze time can be set 5 -60 minutes as your preference.

2 USB Charging Port

The built-in 2 USB charging ports allow you to charge two electronic device at the same time, which reduces the waste of adapters and saves space.

Cell Button for Backup

The cell battery is work for memorizing the time , date and alarm settings in case of main powered outage.

Note: the cell battery power the clock.

12 and 24 Hour Switchable

12 Hr or miltary time display, If 12 hour system is selected, the screen will display AM and PM to distinguish between morning and afternoon

Auto Night Brightness

night dimmer

During the time of 6 :00 PM to 6:00 AM (night time), the brightness of display will turn to low brightness which won’t awake you at night . If you are not prefer this feature , the auto night brightness function can be turned off.

Match Any Kind Decoration

blue

Box Packing : Alarm clock x1 , USB charging cable x1 , Button battery x1 , Instruction x1 . Remind: The power adapter is not provided ! The clock is only powered by 5V adapter .

How to set snooze time

Why the adapter is not included ?

How to switch between 12 and 24 hour ?

Can the alarm volume adjusted ?

Reviews

There are no reviews yet.

Be the first to review “ALANAS Digital Alarm Clock with Dual Alarms, Mirror LED Bedroom Alarm Clocks for Kids, Adjustable Brightness, Snooze, 2 USB Ports for Cellphone Charging, 12/24 Hour Display.”

Your email address will not be published. Required fields are marked *