Type alias GetLatestMeasurement

GetLatestMeasurement: {
    _id: OpenSenseMapID;
    icon?: string;
    lastMeasurement?: {
        createdAt: RFC3339Date;
        value: string;
    };
    sensorType: string;
    title: string;
    unit: string;
}

Type declaration

  • _id: OpenSenseMapID
  • Optional icon?: string
  • Optional lastMeasurement?: {
        createdAt: RFC3339Date;
        value: string;
    }
  • sensorType: string
  • title: string
  • unit: string

Generated using TypeDoc