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. java 开发社区蔬菜、食品交易平台系统 源码

    开发环境:    Windows操作系统开发工具: MyEclipse+Jdk+Tomcat+Mysql数据库 运行效果图 源码及原文链接:https://javadao.xyz/forum.php? ...

  2. windows的启动、引导配置

    Win+S -> msconfig

  3. JS淘宝浏览商品

    <!DOCTYPE html> <html lang="en"> <head>     <meta charset="UTF-8 ...

  4. Electron+Vue – 基础学习(2): 项目打包成exe桌面应用

    项目创建完成,启动正常,接下来就是项目打包了.将测试Demo打包成exe桌面应用,点击exe文件,运行项目. 书接上文,创建项目有三种方式 Git拷贝.直接创建:通过electron社群提供的命令行工 ...

  5. KVM | centos 安装 window 虚拟机

    KVM | centos 安装 window 虚拟机 环境: CENTOS 7.3 1. 准备 1.1 检查是否支持虚拟化 cat /proc/cpuinfo | egrep 'vmx|svm' 要求 ...

  6. go 序列化

    序列化 package main import ( "encoding/json" "fmt" ) //结构体 type Monster struct { Na ...

  7. HTML速查

    HTML 基本文档 <!DOCTYPE html> <html> <head> <title>文档标题</title> </head& ...

  8. django-分页(非海量数据)

    views.py class AnalysisDataHandler(View): def get(self, request): analysis_data = MonitorCenterDataA ...

  9. StringBuilder的性能

    1.新创建一个对象   long startTimeA = System.currentTimeMillis();   StringBuilder sb = null;  for (int i = 1 ...

  10. 剑指offer-面试题32-分行从上到下打印二叉树-二叉树遍历

    /* 题目: 分行按层自上向下打印二叉树. */ /* 思路: 使用队列,将节点压入队列中,再弹出来,压入其左右子节点,循环,直到栈为空. 添加两个计数器,current记录当前行的节点数,next记 ...