Readonly baudThe used baud rate. Adjustable in the vantage console. Default is 19200 other
options are 1200, 2400, 4800, 9600 and 14400.
Optional Readonly defaultSpecifies the default maximum time vantjs waits for a weather station package. undefined disables timeouts (by default). Default is 1000.
Readonly pathThe used (serial) path to communicate with your weather station. On windows devices paths usually start with COM followed by the port number, on linux/osx
common paths start with /dev/tty followed by the port number.
Readonly rainThe weather station's collector size. See RainCollectorSize.
Readonly reconnectionSpecifies the interval between every reconnection try in ms. Default is 1000.
Readonly unitsConfigures the units to use. Doesn't have to match the units displayed on your console. See UnitSettings.
Generated using TypeDoc
Settings for the WeatherStation. MinimumWeatherStationSettings describes the minimum required settings to be configured when creating a WeatherStation.