Both sides previous revision Previous revision Next revision | Previous revision |
ezeio2:userinterface:manage:messagetemplates [2025-06-05 21:29] – [Message Templates Tags] andreh | ezeio2:userinterface:manage:messagetemplates [2025-06-30 22:27] (current) – [Message Templates Tags] andreh |
---|
| ''[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// | |