Hi, Try something like (untested):
expression = "windGust > 20 or outTemp < 0.0" if you want to trigger on either condition or: expression = "windGust > 20 and outTemp < 0.0" if you want to trigger when both conditions are met. Gary On Tuesday, 15 January 2019 18:04:20 UTC+10, Christian Nimmervoll wrote: > > Additional: > > What is the right way to combine triggers? > > expression = "windGust > 20, outTemp < 0.0" > > is that way correct? > -- 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]. For more options, visit https://groups.google.com/d/optout.
