Update const.py - Add UNIT_MEGAJOULE = "MJ" (#8594)

This commit is contained in:
Roving Ronin 2025-04-22 07:13:31 +10:00 committed by GitHub
parent 0242ac56df
commit 82c6a40371
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1084,6 +1084,7 @@ UNIT_KILOWATT = "kW"
UNIT_KILOWATT_HOURS = "kWh"
UNIT_LITRE = "L"
UNIT_LUX = "lx"
UNIT_MEGAJOULE = "MJ"
UNIT_METER = "m"
UNIT_METER_PER_SECOND_SQUARED = "m/s²"
UNIT_MICROAMP = "µA"