UNPKG

jsdx-power

Version:

Power API on JSDX framework

29 lines (25 loc) 343 B
"use strict"; var DeviceType = [ 'Unknown', 'Line Power', 'Battery', 'UPS', 'Monitor', 'Mouse', 'Keyboard', 'Pda', 'Phone' ]; var DeviceState = [ 'Unknown', 'Charging', 'Discharging', 'Empty', 'Fully charged', 'Pending charge', 'Pending discharge' ]; module.exports = { DeviceType: DeviceType, DeviceState: DeviceState };