0.0.3 • Published 1 year ago

device_battery v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

device_battery

  • 获取设备电池信息
  • 只支持浏览器环境使用
npm install device_battery
import { device_battery } from 'device_battery'
interface device_battery_data {
  isok: boolean // 获取状态
  level?: string // 电量百分百
  charging?: string // 充电状态
  chargingTime?: string // 完全充电需要的时间
  dischargingTime?: string // 完全放电需要的时间
  description: string // 描述信息
}
console.log(await device_battery)

License

MIT License © 2022 Jeffrey-mu

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago