Interface SeedV16

The top-level data structure for Seed format version 16. Contains both the physical building description and the metadata.

interface SeedV16 {
    house: HouseV16;
    meta: MetaV16;
}

Properties

Properties

house: HouseV16

Complete description of the physical building and its systems

meta: MetaV16

Metadata, context information, and processing instructions