Hi! I encountered a SDK error
var iterParam = {:period => 10, :order => SensorHistory.ORDER_NEWEST_FIRST}; var iter = null; if (SensorHistory has :getOxygenSaturationHistory){ iter = SensorHistory.getOxygenSaturationHistory(iterParam); }
CIQ 4.0.4. This code works well on all devices except FR745. An exception is thrown there.
Error: Invalid Value Details: Failed invoking <symbol>
In earlier versions of the SIQ, the error is not reproduced. But an empty iterator is always returned.