Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
ardisdk:data_points [2016/11/29 21:49] optrix created |
ardisdk:data_points [2016/11/29 21:52] (current) optrix |
||
|---|---|---|---|
| Line 30: | Line 30: | ||
| In the case of alerts (ie. where the property value is //-1//), this is the unique ID number of the alert. | In the case of alerts (ie. where the property value is //-1//), this is the unique ID number of the alert. | ||
| - | The | + | |
| - | The | + | ===Examples=== |
| + | |||
| + | For example, if you wanted the measured value of the **measurement** property **22** for asset **2912**, your node name would be... | ||
| + | |||
| + | **2912:22:measurement** | ||
| + | |||
| + | If you wanted to know if alert #283 on asset #2292 was active, you would use the name... | ||
| + | |||
| + | **2292:-1:283** | ||
| + | |||
| + | ===In API Functions=== | ||
| + | |||
| + | Many API functions return these node names as part of the property values. | ||