Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleEngine Compatibility

This library has not yet been ported to the New Pico Engine. However, the pico engine currently recognizes these:

  • meta:eci  the event channel identifier on which the current event was raised
  • meta:rid  the ruleset ID of the currently running ruleset
  • meta:picoId the ID of the currently running pico
  • meta:rulesetName  the name from the meta section of the current ruleset
  • meta:rulesetDescription  the description from the meta section of the current ruleset
  • meta:rulesetAuthor  the author from the meta section of the current ruleset
  • meta:rulesetURI  the URL from which the currently running ruleset was registered/installed
  • meta:ruleName  the name of the rule currently being evaluated
  • meta:host – the public DNS name of the machine running the engine, including port number
  • meta:inEvent is true when running in response to an event
  • meta:inQuery  is true when running in response to a query

Notice that these are values, and not functions

...