| Both sides previous revision Previous revision Next revision | Previous revision |
| ezeio2:userinterface:manage:messagetemplates [2025-06-30 16:08] – [Message Templates Tags] andreh | ezeio2:userinterface:manage:messagetemplates [2026-08-28 22:45] (current) – [Message Templates Tags] andreh |
|---|
| | ''[ACTIONNAME]'' | Name of the action source action | From Configure->Alarms->Alarm action->Name | | | ''[ACTIONNAME]'' | Name of the action source action | From Configure->Alarms->Alarm action->Name | |
| | ''[ACTIONNAME#]'' | Partial name of the action source action, #=1-5 | From Configure->Alarms->Alarm action->Name, split by comma, semicolon or pipe | | | ''[ACTIONNAME#]'' | Partial name of the action source action, #=1-5 | From Configure->Alarms->Alarm action->Name, split by comma, semicolon or pipe | |
| | | ''[MOBLINK]'' | Link to mobile view, if it's configured and enabled in Configure->System->Link to MobileUI | https://m.eze.io/q/ABC987/xXxXxXxX | |
| | ''[GPS]'' | GPS coordinates (if available) | //Lat:38.671447, Lng-121.152385:, Ele:105.2// | | | ''[GPS]'' | GPS coordinates (if available) | //Lat:38.671447, Lng-121.152385:, Ele:105.2// | |
| | ''[GPSLINK]'' | GPS coordinates Google maps link | https://maps.google.com/maps?q=... | | | ''[GPSLINK]'' | GPS coordinates Google maps link | https://maps.google.com/maps?q=... | |
| | ''[GPSSIGNAL]'' | Signal quality of the GPS receiver | //14// | | | ''[GPSSIGNAL]'' | Signal quality of the GPS receiver | //14// | |
| | ''[RSSI]'' | Cellular signal RSSI | //0// (no signal) .. //31// (full signal) | | | ''[RSSI]'' | Cellular signal RSSI | //0// (no signal) .. //31// (full signal) | |
| | | ''[CSV]'' | Attach a CSV file with all field statuses (applies only to email destinations) | | |
| | ''[P#]'' | Message (#=1-4) parameters as integers (see script command "Event") | | | | ''[P#]'' | Message (#=1-4) parameters as integers (see script command "Event") | | |
| | ''[PD#]'' | Message (#=1-4) parameters as floats (see script command "Event") | | | | ''[PD#]'' | Message (#=1-4) parameters as floats (see script command "Event") | | |
| | ''[FT#]'' | Field asset tag (first only), #=1-90 | //PRESSURE// | | | ''[FT#]'' | Field asset tag (first only), #=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// | |
| | | ''[FL<//AssetTag//>]'' | Field list by asset tag. Lists all fields having the given asset tag, as "Field name: Value Unit" | //Pressure: 318.2 psi//, multiple lines | |
| | ''<//AssetTag//>'' | Can be used in place of the Field number, 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//:SUM>'' | Works with FV and FR. Returns the sum of all field values with the given AssetTag, Example: [FV<outsidetemp:SUM>] | //172.2// | |
| | ''<//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//: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// | | | ''<//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// | |
| | ''[FL<//AssetTag//>]'' | Field list by asset tag. Lists all fields having the given asset tag, as "Field name: Value Unit" | | | |
| | ''[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) | | |