summaryrefslogtreecommitdiffstats
path: root/tradeshow/iot-sensortag/resources/base/TemperatureChart.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tradeshow/iot-sensortag/resources/base/TemperatureChart.qml')
-rw-r--r--tradeshow/iot-sensortag/resources/base/TemperatureChart.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tradeshow/iot-sensortag/resources/base/TemperatureChart.qml b/tradeshow/iot-sensortag/resources/base/TemperatureChart.qml
index 5a98029..27cd094 100644
--- a/tradeshow/iot-sensortag/resources/base/TemperatureChart.qml
+++ b/tradeshow/iot-sensortag/resources/base/TemperatureChart.qml
@@ -68,7 +68,7 @@ BaseChart {
readonly property color chartColor: "#15bdff"
onSensorChanged: if (sensor) {
- sensor.infraredCelsiusTemperatureChanged.connect(contentItem.updateTemperatureGraph)
+ sensor.infraredAmbientTemperatureChanged.connect(contentItem.updateTemperatureGraph)
}
title: qsTr("Ambient Temperature")