-
Notifications
You must be signed in to change notification settings - Fork 678
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
revert to setting lastvalue in only success case #2511
Conversation
Be careful: Lastvalue timestamp is also used for data logging faeture. Reverting this only back will distort data logging feature (Multiple lines with same timestamp from last successful reading whenever a "bad" reading is logged). In my opinion two separate timestamps are required, one for data logging feature to ensure growing timestamps for every reading and one for your need which is only updated on succesful reading. |
@Slider0007 What do you think? Nobody else has an issue with it. And as you say, it changes the behaviour, so I would not merge it. |
@caco3: In my opinion, this change is necessary to fulfill the 'self-healing' feature of |
@SybexX Do you think we should add this to the next release? |
is fixed: f8eb4db |
Yes, exactly and @Slider0007's concerns were also taken into account/incorporated.
|
fixes bug #2505