ezeio2:mange:meggagetemplates

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
ezeio2:mange:meggagetemplates [2020-12-28 17:27] – created johparezeio2:mange:meggagetemplates [2021-08-10 19:53] andreh
Line 27: Line 27:
 | ''[RSSI]'' | Cellular signal RSSI | //0// (no signal) .. //31// (full signal) | | ''[RSSI]'' | Cellular signal RSSI | //0// (no signal) .. //31// (full signal) |
 | ''[P#]'' | Message (#=1-4) parameters (see script command "Event") | | | ''[P#]'' | Message (#=1-4) parameters (see script command "Event") | |
-| ''[FV#]'' | Field value, #=1-90 | //318.2// |+| ''[FV#]'' | Field value, #=1-90 formatted | //318.2// | 
 +| ''[FR#]'' | Field value, #=1-90 unformatted | //318.2// |
 | ''[FU#]'' | Field unit, #=1-90 | //psi// | | ''[FU#]'' | Field unit, #=1-90 | //psi// |
 | ''[FN#]'' | Field name, #=1-90 | //Pressure// | | ''[FN#]'' | Field name, #=1-90 | //Pressure// |
 | ''[F#]'' | Field status, #=1-90, as "Field name: Value Unit", same as [FN#]: [FV#] [FU#] | //Pressure: 318.2 psi// | | ''[F#]'' | Field status, #=1-90, as "Field name: Value Unit", same as [FN#]: [FV#] [FU#] | //Pressure: 318.2 psi// |
-| ''<//AssetTag//>'' | Can be used in place of the Field #, Example: [FV<outsidetemp>] |+| ''<//AssetTag//>'' | Can be used in place of the Field number, Example: [FV<outsidetemp>
 +| ''<//AssetTag//:SUM>'' | Works with FV and FR. Returns the sum of all field values with the given AssetTag, Example: [FV<outsidetemp:SUM>] | //172.2// | 
 +| ''<//AssetTag//:MAX>'' | Works with FV and FR. Returns the highest value of all field values with the given AssetTag, Example: [FV<outsidetemp:MAX>] | //45.6// | 
 +| ''<//AssetTag//:MIN>'' | Works with FV and FR. Returns the lowest value of all field values with the given AssetTag, Example: [FV<outsidetemp:MIN>] | //38.2// | 
 +| ''<//AssetTag//:AVG>'' | Works with FV and FR. Returns the mean (average) value of all field values with the given AssetTag, Example: [FV<outsidetemp:AVG>] | //43.02// | 
 +| ''<//AssetTag//:BOR>'' | Works with FV and FR. Returns the binary OR value of all field values with the given AssetTag, Example: [FV<outsidetemp:BOR>] | //47// | 
 +| ''<//AssetTag//:ALL>'' | Works with FV and FR. Returns all field values with the given AssetTag separated by comma, Example: [FV<outsidetemp:ALL>] | //38.2, 44.1, 44.3, 45.6// |
 | ''[TEXT]'' | Event text (see script command "Event") | | | ''[TEXT]'' | Event text (see script command "Event") | |
 | ''[ACTIONMESSAGE]'' | The message/template from the action (typically used in the destination list) | | | ''[ACTIONMESSAGE]'' | The message/template from the action (typically used in the destination list) | |