|
213 | 213 | subtitle: Learn how to process data in ThingsBoard. |
214 | 214 | id: DataProcessing |
215 | 215 | section: |
216 | | - - path: /docs/user-guide/rule-engine-2-0/tutorials/validate-incoming-telemetry/ |
| 216 | + - path: /docs/paas/eu/tutorials/validate-incoming-telemetry/ |
217 | 217 | title: Validate incoming telemetry |
218 | 218 | subtitle: Learn how to configure Rule Engine to discard invalid telemetry readings based on JavaScript filter function. |
219 | 219 | pe: false |
220 | 220 | - path: /docs/paas/eu/tutorials/telemetry-delta-calculation/ |
221 | 221 | title: Telemetry delta calculation |
222 | 222 | subtitle: Learn how to calculate telemetry delta readings using the Calculated fields feature. |
223 | | - pe: true |
| 223 | + pe: false |
224 | 224 | - path: /docs/paas/eu/tutorials/function-based-on-telemetry-from-two-devices/ |
225 | 225 | title: Data function based on telemetry from 2 devices |
226 | 226 | subtitle: Learn how to generate a new telemetry value based on telemetry readings from multiple devices using the Calculated fields feature. |
227 | | - pe: true |
228 | | - - path: /docs/user-guide/rule-engine-2-0/tutorials/transform-incoming-telemetry/ |
229 | | - title: Transform incoming telemetry |
230 | | - subtitle: Learn how to configure Rule Engine to transform incoming telemetry based on JavaScript function before it is stored to the database. |
231 | 227 | pe: false |
232 | 228 | - path: /docs/user-guide/rule-engine-2-0/tutorials/transform-telemetry-using-previous-record/ |
233 | 229 | title: Transform telemetry using previous record |
234 | 230 | subtitle: Learn how to configure Rule Engine to calculate “delta” of the counter readings based on current and previous reading. |
235 | 231 | pe: false |
236 | | - - path: /docs/user-guide/rule-engine-2-0/tutorials/create-clear-alarms/ |
| 232 | + - path: /docs/tutorials/create-clear-alarms/ |
237 | 233 | title: Create & clear alarms |
238 | | - subtitle: Learn how to configure Rule Engine to create and clear alarms based on incoming data from devices. |
| 234 | + subtitle: Learn how to configure alarm rules to trigger and clear alarms based on incoming device data. |
239 | 235 | pe: false |
240 | 236 | - path: /docs/user-guide/rule-engine-2-0/tutorials/create-clear-alarms-with-details/ |
241 | 237 | title: Working with Alarm details |
242 | 238 | subtitle: Learn how to configure Alarm Details function in Alarm nodes and how to add an Alarm widget to the dashboard. |
243 | 239 | pe: false |
244 | | - - path: /docs/user-guide/rule-engine-2-0/tutorials/send-email/ |
| 240 | + - path: /docs/tutorials/send-email/ |
245 | 241 | title: Send email on alarm |
246 | | - subtitle: Learn how to configure Rule Engine to send email when new alarm is created. |
| 242 | + subtitle: Learn how to send an email notification when a new alarm is created. |
247 | 243 | pe: false |
248 | 244 | - path: /docs/user-guide/rule-engine-2-0/tutorials/send-email-to-customer/ |
249 | 245 | title: Send email to customer |
|
0 commit comments