China LED Holiday Light Factory & Ninghai County Haohua Electronic Appliance Co., Ltd. pointed out: Festival lights can literally and emotionally illuminate the entire season, but there is also a potential risk of fire and electric shock danger. Before installing holiday lighting, please spend extra time on security checks to protect people and property.

Reduce the risk of fire and electric shock from festival lights by performing the following recommended steps:

Use indoor and outdoor lighting that complies with safety standards and has been tested for safety by a recognized testing laboratory.

Use only lights with a plug that contains a fuse.

Inspect each set of old and new lights for broken or cracked sockets, frayed or exposed wires, or loose connections. Throw away the damaged sleeve. Always replace a burned out light with a light of the same wattage.

Make sure the extension cord is fit for its intended use.

Senior electric light on a metal tree. Trees may be fully charged from fault lights, and people touching the branches may be killed by electricity.

Before using lighting outdoors, check the labels to make sure they are certified outdoors.
Keep
away from power lines or feeders that are routed from power poles.

Secure
outdoor lighting to trees, house walls or other solid supports to protect them
from wind damage. Use only insulated staples (no nails or tacks) to hold the
strings in place. Alternatively, pass the light string through a hook (available
in hardware stores).

Turn
off all holiday lights when you go to bed or leave the house.

Use
caution when removing outdoor holiday lights. Do not pull or pull on the
light-doing
so can put stress on the connection and cause a fire.

Plug
outdoor lights and decorations into circuits protected by a ground fault
interrupter (GFCI) to prevent electric shock. Portable outdoor GFCI can be
purchased where power is sold. GFCI can also be permanently installed on
domestic circuits by qualified electricians.

The
US Department of Energy recommends switching to LED lights to reduce heat and
the risk of burning or burning your fingers. In addition to being stronger and
more resistant to breakage, LED holiday lights have a longer life and consume
70% less energy than traditional incandescent filaments. Lighting a 6-foot tree
for 40 days with LEDs costs $ 0.27 per day, compared to $ 10 for incandescent
lights.

New
safety rules for seasonal and decorative lighting came into effect in June,
allowing CPSC to remove hazardous seasonal and decorative lighting from the
market faster and more efficiently. If the light does
not meet safety standards, the agent can ask the manufacturer to recall the
light and
can prevent the import of unsafe lights.

When
checking a newly purchased light,
please check:

Wires
that appear frayed, damaged, or insufficient to carry current, according to the
manufacturer's instructions
The
strand lights that do not remain intact and functional when stretched or that
are pulled out of the plug cannot be turned off to prevent excessive current
(such as using fuses or ground-fault circuit breakers)

Ninghai
Haohua Company is a professional China manufacturer & supplier of   LED Holiday Light  
. Learn about LED holiday lights product information and related
information, welcome to visit and purchase: https://www.nhhx.net

LED Holiday Light -holiday Light Inspection Implementation Recommendations的更多相关文章

  1. Light, more light - PC110701

    欢迎访问我的新博客:http://www.milkcu.com/blog/ 原文地址:http://www.milkcu.com/blog/archives/uva10110.html 原创:Ligh ...

  2. UVa 10110 Light, more light

    开始所有的灯是灭的,不过我们只关心最后一个灯. 在第i次走动时,只有编号为i的倍数的灯的状态才会改变. 也就是说n有偶数个约数的时候,最后一个灯的状态不会改变,也就是灭的. n有奇数个约数的时候也就是 ...

  3. LED Holiday Light - Holiday Lighting Maintenance Guide

    If you are experiencing problems with LED holiday lighting, the following guides will provide advice ...

  4. LED Decorative Light Manufacturer Introduction: LED Metal Table Light

    Nowadays, when many people choose the desk light, they are worried that it will not be used for a lo ...

  5. Commercial Lighting: LED Ceiling Light, LED Ceiling Light

    Unlike ceiling lamps, floor lamps, chandeliers, lamps that can sometimes rely on "faces", ...

  6. LED Decorative Light Manufacturer - Led Wall Lamp Performance Characteristics

    LED Decorative Light Manufacturer    introduction: LED wall lamp is a light-emitting diode as a ligh ...

  7. C#Light 和 uLua的对比第二弹

    上次的对比大家还有印象否,C#Light和ulua对比各有胜负 今天我们加入一个去反射优化,这是uLua没办法实现的优化,我们也就只能不要脸的胜之不武了 以原生执行同一测试时间为X1,数字越小的越快 ...

  8. How to Pronounce the Idiom: ‘Out Like a Light’

    How to Pronounce the Idiom: ‘Out Like a Light’ Share Tweet Share Tagged With: Idioms English is full ...

  9. Ambient Light

    [Ambient Light] Ambient light is light that is present all around the scene and doesn’t come from an ...

随机推荐

  1. 二次开发的Selenium Demo版本

    文件名你们自己命名就好,至于为什么要重写强制位移的函数呢,是因为Mac上Selenium不支持拖拽,只能这样做了,4个文件--------------------------------------- ...

  2. python——面向对象(4),单继承

    """class 类名(object<父类>)继承:子类继承父类.单继承:""" class A(object): " ...

  3. Eclipse+ADT+Android SDK搭建安卓开发环境

    第一步:打开[Android.rar]压缩包,如图所示[评论区回复我,压缩包地址] 第二步:配置环境变量 (1) 解压[android-sdk_r24.4.1-windows.zip]压缩包 (2)  ...

  4. C#设计模式学习笔记:(8)装饰模式

    本笔记摘抄自:https://www.cnblogs.com/PatrickLiu/p/7723225.html,记录一下学习过程以备后续查用. 一.引言 今天我们要讲结构型设计模式的第三个模式--装 ...

  5. springboot容器加载完毕执行某一个方法

    问题: 最近做项目(项目使用的是springboot)的时候,数据库有一个配置参数表,每次都要查询数据库去做数据转换,这样每次查询数据库感觉不太友好,后来写了一个方法项目启动完成后立即执行此方法,将配 ...

  6. jsp的九大内置对象+四大作用域

    1.request是httpServletRequest的对象,代表发送的请求信息 2.response是httpServletResponse的对象,代表响应请求返回的信息 3.session会话是 ...

  7. css基础-css选择器和css文本样式相关

    css基础-css选择器和css文本样式相关: 使用link链入外部样式,页面加载时会同时加载样式 @import url(“*.css”);使用导入式,页面加载完后,才会加载样式 链接伪类的顺序 : ...

  8. jQuery---事件的执行顺序

    事件的执行顺序 // 1 这个是p自己注册的事件(简单事件) $("p").on("click", function () { alert("呵呵哒& ...

  9. java控制台模式控制光标及字符颜色

    System.out.println("\033[47;31mhello world\033[5m"); 47是字背景颜色, 31是字体的颜色, hello world是字符串.  ...

  10. 数据结构(集合)学习之Set

    集合 框架关系图: Collection接口下面有三个子接口:List.Set.Queue.此篇是关于Set<E>的简单学习总结. 补充:HashTable父类是Dictionary,不是 ...