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

Write-Only values don't send a value changed notification #188

Open
GoogleCodeExporter opened this issue Mar 14, 2015 · 0 comments
Open

Comments

@GoogleCodeExporter
Copy link

Write only values cannot request a new value since the device will not respond. 
But preventing the request value call also never allows a notification to be 
sent. The challenge is when to update the value. For listening devices, we can 
do so immediately but for sleeping devices the value won't be updated until 
some point in the future. The library needs a way to track when a set is 
completed so the write only value can then be "completed".

Original issue reported on code.google.com by glsatz on 21 Feb 2013 at 5:17

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

No branches or pull requests

2 participants