Skip to content

Instantly share code, notes, and snippets.

@lucascardial
Last active March 31, 2020 21:02
Show Gist options
  • Save lucascardial/cfa91482d035d8a325d05cc894b285ce to your computer and use it in GitHub Desktop.
Save lucascardial/cfa91482d035d8a325d05cc894b285ce to your computer and use it in GitHub Desktop.
{
sensor string,
on_value number,
on_condition string enum(">=", "<=")
off_value number,
off_condition string enum(">=", "<=")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment