We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reference to #776 - Need a config option to reinterpret the scale value.
The text was updated successfully, but these errors were encountered:
Hello Justin,
So that this one can be closed, could you please apply the change below in ThermostatSetpoint.cpp:
value->SetUnits(scale ? "F" : "C");
changed to:
value->SetUnits(scale == 1 ? "F" : "C");
Sorry, something went wrong.
when will this change be incorporated to a OZwave update?
As mentioned in the other ticket, a different approach will be taken...
Fishwaldo
No branches or pull requests
Reference to #776 - Need a config option to reinterpret the scale value.
The text was updated successfully, but these errors were encountered: