From 029bed5c722be8c72070f564eede80c4651490ed Mon Sep 17 00:00:00 2001 From: Stefano Rivera Date: Sun, 16 Apr 2023 09:07:24 -0400 Subject: [PATCH] Add power to DC Qualities --- schemas/groups/electrical.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/schemas/groups/electrical.json b/schemas/groups/electrical.json index f40a08d1..e926a8a9 100644 --- a/schemas/groups/electrical.json +++ b/schemas/groups/electrical.json @@ -144,6 +144,15 @@ }] }, + "power": { + "type": "object", + "description": "Power flowing out (+ve) or in (-ve) to the device", + "units": "W", + "allOf": [{ + "$ref": "../definitions.json#/definitions/numberValue" + }] + }, + "temperature": { "type": "object", "description": "Temperature measured within or on the device",