environmentDisplayFahrenheit property
We'll always read the sensor in Celsius, but sometimes we might want to display the results in Fahrenheit as a "user preference".
Implementation
@$pb.TagNumber(5)
$core.bool get environmentDisplayFahrenheit => $_getBF(4);
Implementation
@$pb.TagNumber(5)
set environmentDisplayFahrenheit($core.bool value) => $_setBool(4, value);