Acknowledged

Epix2 doesn't seem to have certain system data

any knowledge if the Epix2 watches support getting battery level and temperature?  got a user (probably one of the few i have with this new watch) reporting that both battery and temperature are showing as my default values in the app.  ie, they aren't getting returned by the sdk

code is pretty simple but included below

        battLevel = System.getSystemStats().battery;
and
        var sensorInfo = Sensor.getInfo();

        if (sensorInfo.temperature != null) {
            return sensorInfo.temperature;
        }

        return -99;   //  this is what my user is getting instead of a valid temp.  
note that both of these are working fine in the simulator for epix2
Parents Comment Children
  • thanks brandon.  no other reports but looks like i only have 11 customers with an epix2 so a very small group.  on the plus side, thanks to jim telling me something i didn't know about watches, i ordered a fenix 7 last night to add to my pile of test devices.  Slight smile