Skip to content

Commit

Permalink
Add electric charge units.
Browse files Browse the repository at this point in the history
  • Loading branch information
electricsidecar-dev committed Jun 23, 2024
1 parent d8b5f23 commit 7475cda
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions schema/v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,13 @@
"mul": { "type": "number" },
"div": { "type": "number" },
"unit": { "enum": [
"ampereHours",
"amps",
"ascii",
"bars",
"celsius",
"centimeters",
"coulombs",
"degrees",
"fahrenheit",
"feet",
Expand All @@ -56,6 +58,7 @@
"inches",
"joules",
"kelvin",
"kiloampereHours",
"kiloamps",
"kilogramsPerHour",
"kilojoules",
Expand All @@ -70,6 +73,7 @@
"metersPerSecond",
"miles",
"milesPerHour",
"milliampereHours",
"milliamps",
"millivolts",
"milliwatts",
Expand Down

0 comments on commit 7475cda

Please sign in to comment.