Optional
Readonly
baudOptional. The used baud rate. Adjustable in the vantage console. Default is 19200
, other
options are 1200
, 2400
, 4800
, 9600
and 14400
.
Optional
Readonly
defaultOptional: Specifies the default maximum time in milliseconds vantjs waits for a weather station package. undefined
disables timeouts (by default). Default is 1000
.
Readonly
pathRequired. The 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
rainRequired. The weather station's collector size. See RainCollectorSize.
Optional
Readonly
reconnectionOptional: Specifies the interval between every reconnection try in ms
. Default is 1000
.
Optional
Readonly
unitsOptional. Configures the units to use. Doesn't have to match the units displayed on your console. Your weather data gets converted automatically.
Generated using TypeDoc
The minimum required settings for any vant interface.