板载LED-led

描述

_image 板载LED灯,父对象为device.io,无子对象


事件


属性

名称

功能说明

脚本例子

blinkInterval

闪烁间隔,单位:ms

device.io.led.blinkInterval=500 设置LED闪烁间隔500ms

state

LED的状态:0-Off,1-On,2-Blink。默认值为1

device.io.led.state=2 设置LED为闪烁状态

方法

名称

功能说明

脚本例子

isSupported()

检测硬件是否支持LED

device.io.led.isSupported();