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

Does this library support HistoryRead #158

Closed
liuweiXX opened this issue Jan 18, 2022 · 3 comments
Closed

Does this library support HistoryRead #158

liuweiXX opened this issue Jan 18, 2022 · 3 comments

Comments

@liuweiXX
Copy link

I tried toUaExpert to read a historical data using UaExpert, but fails
屏幕截图 2022-01-18 205619

@schroeder-
Copy link
Contributor

Out of the box there is no support for HistoryReadRaw. But you can hook your own history backend into the server see:
historical.rs
There is just a barebone and returns not supported. But you can write your own logic to provide history values.

@locka99
Copy link
Owner

locka99 commented Jan 19, 2022

Yes it's something you need to implement. The server could conceivably offer some kind of simple history backend but at the moment leaves it up to the implementation to do something with the call.

@locka99
Copy link
Owner

locka99 commented Feb 20, 2022

Closing since the answer is yes

@locka99 locka99 closed this as completed Feb 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants