函数功能:判断屏幕是否亮屏
函数方法
bool = device.isWake()
函数用例
bool = device.isWake() if bool then toast("屏幕亮屏",2) mSleep(3000) else toast("屏幕黑屏",2) mSleep(3000) end
注意事项