Package com.polar.sdk.api
        Interface PolarTemperatureApi
- 
                    
                    - All Implemented Interfaces:
 
 public interface PolarTemperatureApiPolar temperature API. Requires feature FEATURE_POLAR_TEMPERATURE_DATA 
- 
                
                    
                    - 
                                
                            
                                Method SummaryModifier and Type Method Description abstract Single<List<PolarSkinTemperatureData>>getSkinTemperature(String identifier, LocalDate fromDate, LocalDate toDate)Get skin temperature from a device for a given period. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        getSkinTemperatureabstract Single<List<PolarSkinTemperatureData>> getSkinTemperature(String identifier, LocalDate fromDate, LocalDate toDate) Get skin temperature from a device for a given period. - Parameters:
- identifier- The Polar device ID or BT address.
- fromDate- The starting date of the period to retrieve skin temperature data from.
- toDate- The ending date of the period to retrieve skin temperature data from.
- Returns:
- A Single emitting a list of PolarSkinTemperatureData representing the skin temperature data for the specified period. 
 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-