blob: 12002eeb37ae67caf4e67176f027e2be2d03d1b1 [file] [log] [blame]
package motorola.hardware.health@1.0;
import motorola.hardware.health@1.0::types;
interface IMotHealth {
getModChargeFull() generates (int32_t value);
getBatteryChargeFull() generates (int32_t value);
getModBatteryProperties() generates (BatteryProperties props);
};