From 4a8f433f88df02d06f1efce56ab1aeb85a90ca07 Mon Sep 17 00:00:00 2001 From: Ryan Merolle Date: Wed, 20 May 2020 11:39:06 -0400 Subject: [PATCH] Add NEMA L14 & L20 (#136) Adds to validation / schema.json: - NEMA L14-20P - NEMA L14-30P - NEMA L21-20P - NEMA L21-30P - NEMA L14-20R - NEMA L14-30R - NEMA L21-20R - NEMA L21-30R --- tests/schema.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/schema.json b/tests/schema.json index baa947cd..dc9e8152 100644 --- a/tests/schema.json +++ b/tests/schema.json @@ -177,6 +177,10 @@ "nema-l6-20p", "nema-l6-30p", "nema-l6-50p", + "nema-l14-20p", + "nema-l14-30p", + "nema-l21-20p", + "nema-l21-30p", "ita-e", "ita-f", "ita-ef", @@ -254,6 +258,10 @@ "nema-l6-20r", "nema-l6-30r", "nema-l6-50r", + "nema-l14-20r", + "nema-l14-30r", + "nema-l21-20r", + "nema-l21-30r", "ita-e", "ita-f", "ita-g",