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

Object Key in data inspector #93

Closed
tmarzec opened this issue Sep 7, 2022 · 0 comments · Fixed by #123
Closed

Object Key in data inspector #93

tmarzec opened this issue Sep 7, 2022 · 0 comments · Fixed by #123
Labels
bug Something isn't working O-Community

Comments

@tmarzec
Copy link
Contributor

tmarzec commented Sep 7, 2022

_objectKey property can now be seen in objects when exploring them with the data inspector. Ideally, this property would be hidden. Currently, due to the complexity of converting objects upon receiving them from the device (also see #84).
Screenshot 2022-09-07 at 10 09 44
This could be solved in a number of ways. Firstly, this property could be defined as nonenumerable (after receiving from the device, since otherwise it would be ignored by serialization). Secondly, the data inspector could be changed, so that it uses schema.properties. Second approach makes more sense if we would need to store more fields in objects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working O-Community
Projects
None yet
1 participant