函数名称:获取设备充电状态
函数功能: 用于判断当前设备充电状态
函数方法
charging = device.betteryCharging()
函数用例
charging = device.betteryCharging() if charging then dialog("充电中",5000) else dialog("未充电",5000) end
注意事项