-
Notifications
You must be signed in to change notification settings - Fork 50
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
Async get characteristic #103
Comments
I think what you want is tracked by #13. There’s currently no support for that, but I would welcome a PR for that! |
I'll try to add it |
This is implemented in Pull request #55 |
Beware that updating the characteristic async will return stale data until a refresh is performed. Also if there's no periodic update, any defined triggers based on value thresholds will not fire. So I'd advice to still perform a periodic update with a certain frequency to match your use-case. |
Yes, periodic update sometimes needed. |
Hi! Is it possible to notify that accessory characteristic will/did get and async return new characteristic value
(trying to remove overhead with update characteristic by timer)
The text was updated successfully, but these errors were encountered: