Skip to content

Commit

Permalink
Merge pull request #203 from panlinux/fix-atto3-math
Browse files Browse the repository at this point in the history
atto3.json: add missing parenthesis in SOC expression
  • Loading branch information
meatpiHQ authored Sep 16, 2024
2 parents ae82f0a + 5b2d07d commit 69027b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vehicle_profiles/byd/atto3.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"parameters": [
{
"name": "SOC",
"expression": "(B5*256)+B4)/100",
"expression": "((B5*256)+B4)/100",
"unit": "%",
"class": "battery"
}
]
}
]
}
}

0 comments on commit 69027b2

Please sign in to comment.