Class WeatherDeviceSetUp
- java.lang.Object
-
- cz.cvut.fel.omo.SmartHome.devices.weather.WeatherDeviceSetUp
-
public class WeatherDeviceSetUp extends java.lang.Object
Dto for weather newSetUp() method.
-
-
Field Summary
Fields Modifier and Type Field Description private double
maxTempInHome
private double
minTempInHome
private double
sunshineMax
private double
windSpeedMax
-
Constructor Summary
Constructors Constructor Description WeatherDeviceSetUp(double maxTempInHome, double minTempInHome, double sunshineMax, double windSpeedMax)
-