Skip to content

Commit

Permalink
Clarify that positive current charges battery objects
Browse files Browse the repository at this point in the history
Not sure if there's a better way to specify this? Ideally we'd customize
the description of battery current, but I can't see a way to do that.
  • Loading branch information
stefanor authored and tkurki committed Mar 2, 2024
1 parent 612e767 commit b3bbad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/groups/electrical.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@

"current": {
"type": "object",
"description": "Current flowing out (+ve) or in (-ve) to the device",
"description": "Current flowing out (+ve) or in (-ve) to the device. Reversed for batteries (+ve = charging).",
"units": "A",
"allOf": [{
"$ref": "../definitions.json#/definitions/numberValue"
Expand Down

0 comments on commit b3bbad2

Please sign in to comment.