From b3bbad26fe131b25b372dab85edeb87eb6d6da26 Mon Sep 17 00:00:00 2001 From: Stefano Rivera Date: Tue, 28 Mar 2023 15:05:14 -0400 Subject: [PATCH] Clarify that positive current charges battery objects 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. --- schemas/groups/electrical.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/groups/electrical.json b/schemas/groups/electrical.json index ddc52003..0fa0bf33 100644 --- a/schemas/groups/electrical.json +++ b/schemas/groups/electrical.json @@ -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"