Module spaceapi_server::api []

Modules

optional

Useful stuff related to the spaceapi.

sensors

Module defining all sensor related structures.

Structs

Cache
Contact
Event
Feed
Feeds
Icon
Location
PeopleNowPresentSensor
RadioShow
Sensors
Spacefed
State
Status

The main Space API status object.

TemperatureSensor

Enums

Optional

An Optional can contain Optional::Value<T> or Optional::Absent. It is similar to an Option, but Optional::Absent means it will be omitted when serialized, while None will be serialized to null.

Traits

SensorTemplate

A trait for all possible sensor templates.