Details
-
Bug
-
Status: Closed
-
P2: Important
-
Resolution: Done
-
1.2.0
-
41e8a24e1ac33f6b846cc4e4d6d2ce8ed1bd31ce
Description
The QML DeviceInfo Element does not have a "thermalState" property.
Unlike the Qt-Class QSystemDeviceInfo, which has a currentThermalState()
method.
What is more strange because the QML DeviceInfoElement has a
monitorThermalStateChanges property and signal
thermalStateChanged is defined.
So you can enable monitoring and act on StateChanges but you can
not read out the current thermal state.