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
In order to change sensor resolution, the documentation refers to sensor.set_resolution() (Python case) w1thermsensor --resolution (CLI case)
But it does not work : the rights syntax seems to be sensor.set_precision() (Python case) w1thermsensor --precision (CLI case)
Side note : root is required for such resolution change, I think this may be written in the doc also.
The text was updated successfully, but these errors were encountered:
But it does not work : the rights syntax seems to be
Depending on the version of w1thermsensor that's true.
The precision phrasing was changed to resolution in: 3e91314. Because resolution is actually the correct term here.
precision
resolution
You can use 1.3.0 from PyPI to have to change. (might be the case that an older version is deployed in rasbian apt sources)
1.3.0
Yes, good catch! I've added this in: 519010e
Sorry, something went wrong.
No branches or pull requests
In order to change sensor resolution, the documentation refers to
sensor.set_resolution() (Python case)
w1thermsensor --resolution (CLI case)
But it does not work : the rights syntax seems to be
sensor.set_precision() (Python case)
w1thermsensor --precision (CLI case)
Side note : root is required for such resolution change, I think this may be written in the doc also.
The text was updated successfully, but these errors were encountered: