pywws.SetWeatherStation

Imposta alcuni parametri della stazione meteo

usage: python -m pywws.SetWeatherStation [options]
options are:
 -h   | --help           display this help
 -c   | --clock          set weather station clock to computer time
                         (unlikely to work)
 -p f | --pressure f     set relative pressure to f hPa
 -r n | --read_period n  set logging interval to n minutes
 -v   | --verbose        increase error message verbosity
 -z   | --zero_memory    clear the weather station logged reading count

Funzioni

ApplicationLogger(verbose[, logfile])
bcd_encode(value)
main([argv])

Classi

datetime(year, month, day[, hour[, minute[, ...) The year, month and day arguments are required.
timedelta

Differenza tra due valori datetime.

pywws.SetWeatherStation.bcd_encode(value)[sorgente]
pywws.SetWeatherStation.main(argv=None)[sorgente]