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

Can we come up with better / more categories? #38

Open
enoch85 opened this issue Mar 7, 2025 · 0 comments
Open

Can we come up with better / more categories? #38

enoch85 opened this issue Mar 7, 2025 · 0 comments

Comments

@enoch85
Copy link
Owner

enoch85 commented Mar 7, 2025

Currently there are these:

        # Extract category from topic path
        if len(topic_parts) >= 4:
            for part in topic_parts:
                if part.lower() in ["metric", "status", "location", "notify", "command"]:
                    entity_category = part.lower()
                    break

Maybe look into metrics.py and use the same standard?

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

1 participant