Skip to content

fix bat: type of dynamic max power#26

Open
LKuemmel wants to merge 3 commits intomainfrom
LKuemmel-patch-3
Open

fix bat: type of dynamic max power#26
LKuemmel wants to merge 3 commits intomainfrom
LKuemmel-patch-3

Conversation

@LKuemmel
Copy link
Contributor

No description provided.

@LKuemmel LKuemmel requested a review from Copilot March 24, 2026 06:38
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the simulator flow configuration to correctly treat dynamicMaxPower as a numeric value rather than a string.

Changes:

  • Changed the target output type (tot) for dynamicMaxPower from str to num.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +998 to +1001
"p": "dynamicMaxPower",
"pt": "flow",
"to": "3300",
"tot": "str"
"tot": "num"
Copy link

Copilot AI Mar 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to is still a quoted JSON string ("3300"). If the node expects a numeric output type ("tot": "num"), consider making to a JSON number (3300) to avoid inconsistent typing or runtime coercion differences across environments/nodes.

Copilot uses AI. Check for mistakes.
@LKuemmel LKuemmel requested a review from benderl March 24, 2026 06:40
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

Successfully merging this pull request may close these issues.

2 participants