[email protected] schrieb am Montag, 21. August 2023 um 12:10:29 UTC+2:
#if $val > $other And you could change it to: #if $val is not None and $val>$other or #if $val is None or $val>$other depending on what you want to do with the None value. -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/98a0bcfc-ce76-429f-a2eb-79657625f272n%40googlegroups.com.
