#include "define_guards.hpp"

/* The name of the class */
#define PARAMETER_CLASS WeatherConfig
#define S_PARAMETER_CLASS S_WeatherConfig
#define STRING_PARAMETER_CLASS "WeatherConfig"

#define MMS_CONFIG_VERSION "4"

PARAMETER_LIST("weather_location", weather_location)
PARAMETER_STR("unit_system", unit_system, "Celsius")

#include "config_pre_post.hpp"
