From 88b54b8b6676adc0befebcf535c016e54e9884ad Mon Sep 17 00:00:00 2001 From: Mike Haller Date: Thu, 11 Jul 2024 13:58:39 +0200 Subject: [PATCH] New unit Lux and illuminance quantity (#750) * New unit Lux and illuminance quantity Signed-off-by: Haller Mike (ETAS-E2E/XPC-Fe) --- spec/quantities.yaml | 2 ++ spec/units.yaml | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/spec/quantities.yaml b/spec/quantities.yaml index 4a6202dbb..3babc0601 100644 --- a/spec/quantities.yaml +++ b/spec/quantities.yaml @@ -78,3 +78,5 @@ relation: resistance: definition: Property of a resistive element, equal to the scalar quantity given by the quotient of voltage u and electric current i (IEC 80000-6:2022) +illuminance: + definition: Illuminance is the total luminous flux incident on a surface, per unit area, usually measured in Lux diff --git a/spec/units.yaml b/spec/units.yaml index ddfb393c4..5f32a0266 100644 --- a/spec/units.yaml +++ b/spec/units.yaml @@ -398,3 +398,11 @@ Ohm: unit: Ohm quantity: resistance allowed-datatypes: ['numeric'] + +# Illuminance + +lx: + definition: Light intensity in Lux + unit: lux + quantity: illuminance + allowed-datatypes: ['numeric']