Type alias BoxData

BoxData: {
    _id: OpenSenseMapID;
    createdAt: RFC3339Date;
    currentLocation: BoxLocation;
    description?: string;
    exposure: Exposure;
    grouptag?: string[];
    image?: string;
    lastMeasurementAt?: RFC3339Date;
    loc: BoxLoc[];
    model: string;
    name: string;
    sensors: Sensor<Measurement | LastMeasurement | Measurement["_id"] | null>[];
    updatedAt: RFC3339Date;
    weblink?: string;
}

Type declaration

Generated using TypeDoc