# GET Endpoints

# Temperatur

# Air

GET /temperature
Response

Gets the main temperature of the box from all the sensors

{temperature (float) in celcius;}
{temp: 12.0;}
GET /temperatur/x/y
Response

Gets temperature from the Spider at the x-, and y-coordinates

{temperature (float) in celcius;}
{temp: 12.0;}

# Water

GET /temperatur/water/main
Response

Gets temperature from the main water reservoir

{temperature (float) in celcius;}
{temp: 12.0;}}
GET /temperatur/water/tray
Response

Gets temperature from the tray water

{temperature (float) in celcius;}
{temp: 12.0;}

# Humidity

GET /humidity/
Response

Gets humidity leve from box

{humditiy (float) in percentage;}
{humditiy: 30;}
GET /humidity/x/y
Response

Gets humidity leve from spider at X-, Y-coordinates

{ humditiy (float) in percentage; x pos; y pos; }
{humditiy: 30; x: 10; y: 10;}

# Airflow

GET /airflow/
Response

Gets airflow at

{ airflow: (float) in cm/sec; location: <locationname>; }
{ airflow: 30; location: in; }
GET /airflow/x/y/
Response

Gets airflow tube out

{ airflow: (float) in cm/sec; x: xpos; y: ypos; }
{ airflow: 1.2; x: 100; y: 100; }

# Light Spectrum

GET /spectrum/
Response

Gets lightspectrum at

{ spectrum: nm-value; }
{ spectrum: ?? }
GET /spectrum/x/y/
Response

Gets lightspectrum at X-, Y-Coordinates

{ spectrum: nm-value; x: x-pos; y: y-pos; }
{ spectrum: ??; x: 10; y: 10; }

# Waterlevel

GET /waterlevel/main
Response

Gets temperature from the Spider at the x-, and y-coordinates

{sensorID: temperature (float) in celcius; x: pos; y: pos;}
{sensor1: 12.0; x: 199; y: 100;}
GET /waterlevel/tray
Response

Gets temperature from the Spider at the x-, and y-coordinates

{sensorID: temperature (float) in celcius; x: pos; y: pos;}
{sensor1: 12.0; x: 199; y: 100;}

# pH Value

# EC Value

# Snap Image

# Single Snape

GET /snape/single/x/y
Response

Gets temperature from the Spider at the x-, and y-coordinates

{sensorID: temperature (float) in celcius; x: pos; y: pos;}
{sensor1: 12.0; x: 199; y: 100;}

# Multi Snap

GET /snap/multi/x/y
Response

Gets temperature from the Spider at the x-, and y-coordinates

{sensorID: temperature (float) in celcius; x: pos; y: pos;}
{sensor1: 12.0; x: 199; y: 100;}

# Grid Snap

GET /snap/grid/
Response

Gets temperature from the Spider at the x-, and y-coordinates

{sensorID: temperature (float) in celcius; x: pos; y: pos;}
{sensor1: 12.0; x: 199; y: 100;}