Hi, the Forerunner 55 according to this has a body battery sensor
But the following if body is never entered with a Forerunner 55
if ((Toybox has :SensorHistory) && (Toybox.SensorHistory has :getBodyBatteryHistory)) { bodyBattery = Toybox.SensorHistory.getBodyBatteryHistory({:period=>1});
But works with other devices like the Venu. The "SensorHistory" permission is giving. Is the forerunner 55 using a different method to read the body battery?
Thanks.