SwiftUI: watchOS measure water temperature

Hi I am trying to create app on watchOS using swiftUI. This app would simply check temperature of the water or other place user will actually be (e.g. Sauna). My question is: Is there any way I can achieve that for all Apple Watch models and not only Ultra? If there is, I would be thankful for some documentation, I couldn't find anything helpful.

Did you see this : https://developer.apple.com/documentation/coremotion/cmwatertemperature

.

CMWaterTemperature

An update that contains data about the water temperature.

SwiftUI: watchOS measure water temperature
 
 
Q