Commit 4d555ace by Andre Klärner Committed by GitHub

Add Lux to units

fixes #15479
parent 2d5fd7fd
...@@ -191,6 +191,7 @@ export const getCategories = (): ValueFormatCategory[] => [ ...@@ -191,6 +191,7 @@ export const getCategories = (): ValueFormatCategory[] => [
{ name: 'Litre/hour', id: 'litreh', fn: toFixedUnit('l/h') }, { name: 'Litre/hour', id: 'litreh', fn: toFixedUnit('l/h') },
{ name: 'Litre/min (l/min)', id: 'flowlpm', fn: toFixedUnit('l/min') }, { name: 'Litre/min (l/min)', id: 'flowlpm', fn: toFixedUnit('l/min') },
{ name: 'milliLitre/min (mL/min)', id: 'flowmlpm', fn: toFixedUnit('mL/min') }, { name: 'milliLitre/min (mL/min)', id: 'flowmlpm', fn: toFixedUnit('mL/min') },
{ name: 'Lux (lx)', id: 'lux', fn: toFixedUnit('lux') },
], ],
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment