Update hyperion-remote.cpp

This commit is contained in:
AEtHeLsYn 2016-03-21 17:20:06 +01:00
parent 652cde0ee1
commit 2ef2b5d21e
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ int main(int argc, char * argv[])
if (argIdT.isSet()) tempId = argIdT.getValue();
if (argTemperature.isSet()) temperature = argTemperature.getValue();
connection.setCorrection(
connection.setTemperature(
argIdT.isSet() ? &tempId : nullptr,
argTemperature.isSet() ? &temperature : nullptr);
}