NTP Server can be set via configuration item

This commit is contained in:
Ollo
2020-11-01 20:17:21 +01:00
parent b85b2e6952
commit e0de8dabe8
2 changed files with 5 additions and 5 deletions

View File

@@ -45,6 +45,7 @@ HomieSetting<long> waterLevelMax("watermaxlevel", "distance (mm) at maximum wate
HomieSetting<long> waterLevelMin("waterminlevel", "distance (mm) at minimum water level (pumps still covered)");
HomieSetting<long> waterLevelWarn("waterlevelwarn", "warn (mm) if below this water level %");
HomieSetting<long> waterLevelVol("waterVolume", "(ml) between minimum and maximum");
HomieSetting<const char *>ntpServer("ntpServer", "NTP server (pool.ntp.org as default)");
/** Plant specific ones */