Skip to content
New issue

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

Scale Encoding Error #819

Open
Fishwaldo opened this issue Apr 7, 2016 · 3 comments
Open

Scale Encoding Error #819

Fishwaldo opened this issue Apr 7, 2016 · 3 comments
Assignees
Labels
Milestone

Comments

@Fishwaldo
Copy link
Member

Reference to #776 - Need a config option to reinterpret the scale value.

@stephaneguillard
Copy link

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");

@jotakar
Copy link

jotakar commented May 30, 2016

when will this change be incorporated to a OZwave update?

@Fishwaldo
Copy link
Member Author

As mentioned in the other ticket, a different approach will be taken...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants