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

Add dynamic ResourceItemDescriptors #7098

Merged
merged 1 commit into from
Jul 20, 2023

Commits on Jul 20, 2023

  1. Add dynamic ResourceItemDescriptors and measured value items

    The PR allows creation of ResourceItemsDescriptors from `generic/items` JSON files.
    Works the same as the items defined in C++ code.
    
    Dynamic items are only added if they aren't already defined. Later on we can remove items defined in C++ code, but need to reroute const char* suffix pointers like `RStateOn`.
    The PR also defines the items described in dresden-elektronik#6673 (comment)
    
    Update measured_value items according to discussion
    
    
    Remove measure_value items from this PR
    manup committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    331c184 View commit details
    Browse the repository at this point in the history