.. csv-table:: :escape: ^ :widths: 20, 30 " Most value options can be appended with ``.status`` (or ``.state`` for ``BatCharge`` and any of the ports) "," | ``.status``: A text representation of the value will be returned, where applicable. | ``.state``: A numeric representation of the value will be returned (usually the same as if the plain value name was used.) | Example: ``[#ChargingDetail.status]`` will return ``constant charge (CC)`` for ``ChargingDetail`` = 2. " " ``[#]`` "," | Ports of the AXP2101: ``DCDC1`` .. ``DCDC4``, ``ALDO1`` .. ``ALDO4``, ``BLDO1``, ``BLDO2``, ``DLDO1``, ``DLDO2`` or ``CPULDOS``. " " ``[#ChargeLed]`` "," | The state of the Charge LED, 0 = ``Off``, 1 = ``Flash 1Hz``, 2 = ``Flash 4Hz``, 3 = ``Steady On``. " " ``[#BatCharge]`` "," | The charge state percentage of the battery. " " ``[#ChargingState]`` "," | The state of charging, -1 = ``Discharging``, 0 = ``Standby``, 1 = ``Charging``. " " ``[#BatPresent]`` "," | Is a battery present (1) or disconnected (0). (no ``.status`` value available) " " ``[#ChipID]`` "," | The ID set in the chip, 71 = ``AXP2101`` or any numeric value found, returning an empty value for the ``.status`` command-suffix. " " ``[#ChargingDet]`` "," | The detailed state of charging. * 0: ``tri-charge`` * 1: ``pre-charge`` * 2: ``constant charge (CC)`` * 3: ``constant voltage (CV)`` * 4: ``charge done`` * 5: ``not charging`` " " ``[#BatVoltage]`` "," | The current voltage of the battery. " " ``[#BatTemp]`` "," | The temperature of the battery, (if a battery-temperature sensor is installed). " " ``[#VBus]`` "," | The bus-voltage. " " ``[#VSys]`` "," | The charge state percentage of the battery. " " ``[#ChipTemp]`` "," | The internal temperature of the chip. "