OpenLogi

0x1010 · chargingControl

Read and configure a rechargeable device's charging behaviour — including charge-limit modes that cap the maximum charge level for battery health.

A HID++ 2.0 feature for reading and changing how a rechargeable wireless device charges. It appears on Logitech mice, keyboards, and headsets with programmable charging parameters. Where 0x1000 batteryStatus and 0x1004 unifiedBattery only report state, this feature adds write-side control over the charging process.

Not implemented in OpenLogi

OpenLogi's vendored hidpp crate does not provide a typed wrapper for this feature yet. The notes below summarise the HID++ feature in general terms, not OpenLogi behaviour.

What it does

  • Queries the supported charging modes and whatever charging parameters are in effect.
  • Sets charging options, such as a charge-limit mode (sold as "battery care" or "smart charging") that caps the maximum charge level to protect battery health.
  • On some devices, overrides the charge ceiling, for instance allowing a full 100% charge before travel while normally stopping lower.
  • The firmware enforces the stored policy on its own and keeps it across power cycles.

Status: Not implemented · Feature ID: 0x1010

On this page