temperature property

double temperature

Temperature of this device in degrees Celcius. Only applicable for UPowerDeviceType.battery.

Implementation

double get temperature => (_properties['Temperature'] as DBusDouble).value;