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

freeMemory and other attributes without corresponding static property may be 0 instead of the actual value #9

Open
aholmes opened this issue Jan 30, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@aholmes
Copy link
Owner

aholmes commented Jan 30, 2024

In Device summary attributes, it seems dynamic properties might not always be collected correctly. This is noticable in v1.2.3 with the Hub Information free memory attribute.

@aholmes aholmes added the bug Something isn't working label Jan 30, 2024
@aholmes aholmes self-assigned this Jan 30, 2024
@aholmes aholmes changed the title freeMemory and other attributes without corresponding static property may be zero freeMemory and other attributes without corresponding static property may be 0 instead of the actual value Jan 30, 2024
aholmes added a commit that referenced this issue Jan 30, 2024
The issue was caused by the JSON converter converting "numeric" JSON
types to `long`, without a subsequent `long` type in the attribute value
union.

Closes #9
@aholmes aholmes closed this as completed Jan 30, 2024
@aholmes aholmes reopened this Jan 31, 2024
@aholmes
Copy link
Owner Author

aholmes commented Jan 31, 2024

This issue likely exists in main as well.

aholmes added a commit that referenced this issue Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant