Any list of PLEG keywords, functions etc?

I’m trying to get to grips with PLEG, but using the “wizard” instead of LUA I’m more than a little lost. The reason is I haven’t been able to find anything regarding what keywords and functions I can actually use. I’ve seen mention of a c-like syntax with something like "{(some_var == 40) ? (some_var*2) : (some_var)}, but coming from a programming background I’d love to see some sort of chart or something.

Cheers :slight_smile:

The {} is only used in Actions (from the advanced tab)

Did you look at the PLEG website help:
http://rts-services.com/Vera/Plugin/PLC/#Syntax

Or the getting started written by @RexBeckett ?
http://forum.micasaverde.com/index.php/topic,21603.0.html

[quote=“RichardTSchaefer, post:2, topic:186159”]The {} is only used in Actions (from the advanced tab)

Did you look at the PLEG website help:
http://rts-services.com/Vera/Plugin/PLC/#Syntax

Or the getting started written by @RexBeckett ?
http://forum.micasaverde.com/index.php/topic,21603.0.html[/quote]

Thanks - I think I looked at the first one before I understood what PLEG really is, so it went under my radar this time. The second was completely new - will read it!

Thanks :slight_smile: