Skip to content

Commit 88b54b8

Browse files
authored
New unit Lux and illuminance quantity (COVESA#750)
* New unit Lux and illuminance quantity Signed-off-by: Haller Mike (ETAS-E2E/XPC-Fe) <[email protected]>
1 parent 5b67759 commit 88b54b8

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

spec/quantities.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,5 @@ relation:
7878
resistance:
7979
definition: Property of a resistive element, equal to the scalar
8080
quantity given by the quotient of voltage u and electric current i (IEC 80000-6:2022)
81+
illuminance:
82+
definition: Illuminance is the total luminous flux incident on a surface, per unit area, usually measured in Lux

spec/units.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,3 +398,11 @@ Ohm:
398398
unit: Ohm
399399
quantity: resistance
400400
allowed-datatypes: ['numeric']
401+
402+
# Illuminance
403+
404+
lx:
405+
definition: Light intensity in Lux
406+
unit: lux
407+
quantity: illuminance
408+
allowed-datatypes: ['numeric']

0 commit comments

Comments
 (0)