Commit 730515d8 by Torkel Ödegaard Committed by GitHub

Merge pull request #15483 from klaernie/patch-1

Add Lux to units
parents 35253cb7 4d555ace
...@@ -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