Compare commits
1 Commits
2fb083da63
...
fc6491dc23
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fc6491dc23 |
@@ -32,7 +32,7 @@ class PumpingStation extends BaseDomain {
|
|||||||
static unitPolicy = UnitPolicy.declare({
|
static unitPolicy = UnitPolicy.declare({
|
||||||
canonical: { flow: 'm3/s', pressure: 'Pa', power: 'W', temperature: 'K' },
|
canonical: { flow: 'm3/s', pressure: 'Pa', power: 'W', temperature: 'K' },
|
||||||
output: {
|
output: {
|
||||||
flow: 'm3/h', netFlowRate: 'm3/h', level: 'm', volume: 'm3',
|
flow: 'm3/s', netFlowRate: 'm3/s', level: 'm', volume: 'm3',
|
||||||
overflowVolume: 'm3', underflowVolume: 'm3',
|
overflowVolume: 'm3', underflowVolume: 'm3',
|
||||||
},
|
},
|
||||||
requireUnitForTypes: [],
|
requireUnitForTypes: [],
|
||||||
|
|||||||
Reference in New Issue
Block a user