toggledbits / SiteSensor

SiteSensor plug-in for Vera Home Automation Controllers
GNU General Public License v3.0
3 stars 0 forks source link

Allow dashboard message to be evaluated response #6

Closed toggledbits closed 6 years ago

toggledbits commented 6 years ago

Rather than show the generic "Query succeeded" message, show data from the expression evaluations.

toggledbits commented 6 years ago

Implemented in develop branch. There's no UI for it, but the state variable MessageExpr can be set to an expression to generate the message displayed when the query succeeds. Any failure of the query or expression still results in a canned error message; the MessageExpr result is only shown in the absence of any errors.

toggledbits commented 6 years ago

Released in v1.8