Production readiness, SEO enhancements, and Engine V2 upgrades
This commit is contained in:
@@ -314,12 +314,16 @@ export const PART_DEFS: Record<PartType, PartDefinition> = {
|
||||
category: 'Environment',
|
||||
description: 'Room/tent enclosure for planning air exchange and equipment',
|
||||
color: '#475569',
|
||||
defaults: { width: 7, depth: 5, height: 4, sealed: 0 },
|
||||
defaults: { width: 7, depth: 5, height: 4, sealed: 0, ambientTempF: 75, humidity: 60, ambientCo2: 420, leakageAch: 0.15 },
|
||||
params: {
|
||||
width: { label: 'Width', min: 2, max: 20, step: 0.5, unit: 'ft' },
|
||||
depth: { label: 'Depth', min: 2, max: 20, step: 0.5, unit: 'ft' },
|
||||
height: { label: 'Height', min: 2, max: 12, step: 0.5, unit: 'ft' },
|
||||
sealed: { label: 'Sealed room', min: 0, max: 1, step: 1 },
|
||||
ambientTempF: { label: 'Ambient Temp', min: 45, max: 100, step: 1, unit: '°F' },
|
||||
humidity: { label: 'Ambient RH', min: 20, max: 90, step: 1, unit: '%' },
|
||||
ambientCo2: { label: 'Ambient CO₂', min: 250, max: 1200, step: 25, unit: 'PPM' },
|
||||
leakageAch: { label: 'Leakage ACH', min: 0, max: 3, step: 0.05, unit: 'ACH' },
|
||||
},
|
||||
getConnectors: () => [],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user