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
Problem seems to be the props of the characteristic.. A UINT8 cannot be bigger than 255. changing to UINT16 solves the issue
this.setProps({ format: Characteristic.Formats.UINT8,
Originally posted by @CBK482 in #88 (comment)
The text was updated successfully, but these errors were encountered:
soory,I am new to homebrideg and json etc …..
can you tell me where exactly (screenshot would be fine..) I have to insert this „this.setProps({ format: Characteristic.Formats.UINT8, )
Thanks a lot
Stefan
Sorry, something went wrong.
@STJIKA You have to replace UINT8 by UINT16 in the file /node_modules/homebridge-netatmo/service/weatherstation-airpressure-legacy.js
No branches or pull requests
Problem seems to be the props of the characteristic.. A UINT8 cannot be bigger than 255. changing to UINT16 solves the issue
Originally posted by @CBK482 in #88 (comment)
The text was updated successfully, but these errors were encountered: