Acknowledged

API doc/type definition for BikeRadar.getBatteryStatus() incorrect: parameter 1 typed as Number but should be Number or null

https://developer.garmin.com/connect-iq/api-docs/Toybox/AntPlus/Device.html#getBatteryStatus-instance_function

The docs (and type checker) say that BikeRadar.getBatteryStatus()'s sole param is a Number, but then parameter description explains that it can be null "if single-component".

The example also has code which calls getBatteryStatus(null);