Widgelix
  • Introduction
  • Get Started
    • Device Types
      • Repository
      • Create from scratch
    • Devices
      • Dashboard
      • History
      • Downlinks
      • Events
      • Settings
    • Global Map
    • Widgets
      • Gauge
      • Battery
      • Map
      • Chart
      • Digital
      • Level
      • Header
      • Image
      • Boolean
      • Scatter Plot
      • Math
      • Floor Plan
      • Asset Map
      • Heat Map
      • Log Chart
      • Downlink Button
      • Sankey
      • Report
      • Table
    • Organization
    • Global Dashboard
    • Rule Engine
  • Connectivity Integrations
    • Introduction
    • Options
      • GreenMesh LoRaWAN
      • Actility ThingPark
      • The Things Stack
      • Helium
      • Melita.io
      • LORIOT
      • Zenner
      • ChirpStack
      • Milesight
      • Senet
      • Sensoterra
      • Loxone
      • Sigfox
      • Webhook
  • Rule Engine
    • Introduction
      • Create Rule
      • IF Block
      • IS Block
      • THEN Block
      • Execution Options
    • Comparison Equations
    • Types
      • Compare with constant
      • Compare with device measurement
      • Geofences
  • Notifications
    • Introduction
    • Types
      • Slack
      • Discord
      • Email
      • SMS
  • Useful Tips
    • List of tips
  • Device Repository
    • Supported Devices
Powered by GitBook
On this page
  1. Rule Engine

Comparison Equations

PreviousExecution OptionsNextTypes

Last updated 6 months ago

Compare with constant and Compare with device measurement both support different types of comparisons.

  • Less Than Rule will be triggered if device measurement is less than defined value

  • Less Than or Equal Rule will be triggered if device measurement is less than or equal defined value

  • Equal Rule will be triggered if device measurement is equal defined value

  • Greater Than or Equal Rule will be triggered if device measurement is greater than or equal defined value

  • Greater Than Rule will be triggered if device measurement is greater than defined value

  • Not Equal Rule will be triggered if device measurement is not equal defined value

  • In Range Rule will be triggered if device measurement is greater than or equal to Min value AND is less than or equal to Max value

  • Out of Range Rule will be triggered if device measurement is less than or equal to Min value OR is greater than or equal to Max value

Compare with device measurement doesn't support In Range and Out Of Range types