mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Update hyperion-remote.cpp
Former-commit-id: 2ef2b5d21eda53e2286af8edf7200eb73f5ae3bf
This commit is contained in:
parent
9987590e5e
commit
fa3b338894
@ -199,7 +199,7 @@ int main(int argc, char * argv[])
|
|||||||
if (argIdT.isSet()) tempId = argIdT.getValue();
|
if (argIdT.isSet()) tempId = argIdT.getValue();
|
||||||
if (argTemperature.isSet()) temperature = argTemperature.getValue();
|
if (argTemperature.isSet()) temperature = argTemperature.getValue();
|
||||||
|
|
||||||
connection.setCorrection(
|
connection.setTemperature(
|
||||||
argIdT.isSet() ? &tempId : nullptr,
|
argIdT.isSet() ? &tempId : nullptr,
|
||||||
argTemperature.isSet() ? &temperature : nullptr);
|
argTemperature.isSet() ? &temperature : nullptr);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user