D23594: Use sensor index for request ID in SystemMonitorEngine::updateSensors()

2019-08-31 Thread David Edmundson
davidedmundson added a comment. You're right. -N response to "someSensorName?" (which returns metadata of a sensor) -1 response to "monitors" (which lists things) +N response to a given call > . I couldn't find a place that actually calls that function, so I couldn't verify the

D23594: Use sensor index for request ID in SystemMonitorEngine::updateSensors()

2019-08-30 Thread Jiří Paleček
jpalecek created this revision. jpalecek added a project: Plasma. jpalecek requested review of this revision. REVISION SUMMARY When id is -1, the answerReceived function expects the response to be the list of sensors. However, this function sends commands to update values of individual sensors