Skip to content

Battery

fairy edited this page Oct 14, 2019 · 3 revisions

代码示例

BatteryHelper.mobGetBattery(context)

数据格式

数据信息

{
    "br":"74.0%",
    "status":"charging",
    "plugState":"usb",
    "health":"good",
    "present":"true",
    "technology":"Li-poly",
    "temperature":"33℃",
    "voltage":"4.068V",
    "power":"3100.0mAh"
}

具体信息

数据键 数据类型 数据解释 版本适配 预期值
br String 电量百分比 >=5 😄
status String 电池充放电状态 >=5 😄
plugState String 电池充电类型 >=5 😄
health String 电池健康状况 >=5 😄
present String 是否有电池 >=5 😄
technology String 电池的技术制造 >=5 😄
temperature String 电池温度 >=5 😄
voltage String 电池电压 >=5 😄
power String 电池总电量 >=5 😄