Use ORD schemes to extract information from the Niagara Analytics Framework.
Components include
Value requests generate BStatusValue. You can use this binding wherever a traditional value ORD binding is allowed. Under the hood it creates an analyticValue: ord. However, since analytic values cannot be subscribed to like points, this binding automatically refreshes the value. More info
Rollup requests generate BStatusValue by combining all values of an underlying trend. You can use this binding wherever a traditional value ORD binding can be used. Under the hood, it creates an analyticRollup: ord. However, since analytic values cannot be subscribed to like points, this binding automatically refreshes the value. More info
Trend requests generate Niagara BITable representing a time series. More info
Alert requests generate Niagara BITable representing all active alerts. More info