Skip to content

Commit 69027b2

Browse files
authored
Merge pull request #203 from panlinux/fix-atto3-math
atto3.json: add missing parenthesis in SOC expression
2 parents ae82f0a + 5b2d07d commit 69027b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vehicle_profiles/byd/atto3.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"parameters": [
88
{
99
"name": "SOC",
10-
"expression": "(B5*256)+B4)/100",
10+
"expression": "((B5*256)+B4)/100",
1111
"unit": "%",
1212
"class": "battery"
1313
}
1414
]
1515
}
1616
]
17-
}
17+
}

0 commit comments

Comments
 (0)