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

Default alias is wrong when having default agentvariable in config #42

Open
EserSteffen opened this issue Nov 7, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@EserSteffen
Copy link
Collaborator

For a config:
class Config(BaseModuleConfig)
mqtt_output: agentlib.AgentVariable = agentlib.AgentVariable(
name="supply_temperature"
)

the alias of this variable will always be "supply_temperature", even if the config changes the name.

@EserSteffen EserSteffen added the bug Something isn't working label Nov 7, 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