# POST Endpoints

# Temperatur

# Air

POST /settemperature/degree
payload

Set temperature in float() degree

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

# Water

POST /setwatertemperature/degree
Payload

Set water temperature in float() degree

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