Battery power metadata - raw API response

interface BatterPowerRaw {
    changeThreshold: null | number;
    present: boolean;
    type: null | string;
}

Properties

changeThreshold: null | number

Battery change threshold

present: boolean

Device is powered by battery

type: null | string

Battery type