Skip to content

Variables

Lorem ipsum dolor sit amet

assetName

This variable is to display / interpolate the name of the asset. Let's look how to implement this in LML and what's the output.

lml
The name of the asset is {{assetName}} and it's a great asset.
# Output: The name of the asset is Asset 1 and it's a great asset.

assetPositionLatitude

This variable is to show the geospatial position of the latitude of the asset at that moment. Let's look how to implement this in LML and what's the output.

lml
The latitude of the asset is {{assetPositionLatitude}} and it's a great asset.
# Output: The latitude of the asset is 12.9716 and it's a great asset.

assetPositionLongitude

This variable is to show the geospatial position of the longitude of the asset at that moment. Let's look how to implement this in LML and what's the output.

lml
The longitude of the asset is {{assetPositionLongitude}} and it's a great asset.
# Output: The longitude of the asset is 77.5946 and it's a great asset.

assetPositionSpeed

This variable is to show the speed of the asset at that moment. Let's look how to implement this in LML and what's the output.

lml
The speed of the asset is {{assetPositionSpeed}} and it's a great asset.
# Output: The speed of the asset is 60 and it's a great asset.

assetPositionSatellites

This variable is to show the number of satellites the asset is connected to at that moment. Let's look how to implement this in LML and what's the output.

lml
The asset is connected to {{assetPositionSatellites}} satellites and it's a great asset.
# Output: The asset is connected to 10 satellites and it's a great asset.

assetPositionDirection

This variable is to show the direction of the asset at that moment. Let's look how to implement this in LML and what's the output.

lml
The asset is moving in the direction of {{assetPositionDirection}} and it's a great asset.
# Output: The asset is moving in the direction of North and it's a great asset.

assetSensorName

This variable is to show the name of the sensor. Let's look how to implement this in LML and what's the output.

lml
The sensor name is {{assetSensorName}} and it's a great sensor.
# Output: The sensor name is Sensor 1 and it's a great sensor.

assetSensorValue

This variable is to show the value of the sensor. Let's look how to implement this in LML and what's the output.

lml
The sensor value is {{assetSensorValue}} and it's a great sensor.
# Output: The sensor value is 100 and it's a great sensor.

triggerName

This variable is to show the name of the trigger. Let's look how to implement this in LML and what's the output.

lml
The trigger name is {{triggerName}} and it's a great trigger.
# Output: The trigger name is Trigger 1 and it's a great trigger.

triggerCode

This variable is to show the code of the trigger. Let's look how to implement this in LML and what's the output.

lml
The trigger code is {{triggerCode}} and it's a great trigger.
# Output: The trigger code is 100 and it's a great trigger.

triggerPresencegeofenceTypeRaw

This variable is to show the raw type of the presence geofence. Let's look how to implement this in LML and what's the output.

lml
The presence geofence type is {{triggerPresencegeofenceTypeRaw}} and it's a great trigger.
# Output: The presence geofence type is 1 and it's a great trigger.

triggerPresencegeofenceTypeTranslated

This variable is to show the translated type of the presence geofence. Let's look how to implement this in LML and what's the output.

lml
The presence geofence type is {{triggerPresencegeofenceTypeTranslated}} and it's a great trigger.
# Output: The presence geofence type is Circle and it's a great trigger.

operationName

This variable is to show the name of the operation. Let's look how to implement this in LML and what's the output.

lml
The operation name is {{operationName}} and it's a great operation.
# Output: The operation name is Operation 1 and it's a great operation.

geofenceName

This variable is to show the name of the geofence. Let's look how to implement this in LML and what's the output.

lml
The geofence name is {{geofenceName}} and it's a great geofence.
# Output: The geofence name is Geofence 1 and it's a great geofence.

geofenceDescription

This variable is to show the description of the geofence. Let's look how to implement this in LML and what's the output.

lml
The geofence description is {{geofenceDescription}} and it's a great geofence.
# Output: The geofence description is Lorem ipsum dolor sit amet and it's a great geofence.

executedAt

This variable is to show the time when the operation was executed. Let's look how to implement this in LML and what's the output.

lml
The operation was executed at {{executedAt}} and it's a great operation.
# Output: The operation was executed at 2021-01-01 00:00:00 and it's a great operation.

executedAtUnix

This variable is to show the time when the operation was executed in Unix format. Let's look how to implement this in LML and what's the output.

lml
The operation was executed at {{executedAtUnix}} and it's a great operation.
# Output: The operation was executed at 1609459200 and it's a great operation.

caseTriggerName

This variable is to show the name of the trigger. Let's look how to implement this in LML and what's the output.

lml
The trigger name is {{caseTriggerName}} and it's a great trigger.
# Output: The trigger name is Trigger 1 and it's a great trigger.

caseTriggerCode

This variable is to show the code of the trigger. Let's look how to implement this in LML and what's the output.

lml
The trigger code is {{caseTriggerCode}} and it's a great trigger.
# Output: The trigger code is 100 and it's a great trigger.

caseCreatedAt

This variable is to show the time when the case was created. Let's look how to implement this in LML and what's the output.

lml
The case was created at {{caseCreatedAt}} and it's a great case.
# Output: The case was created at 2021-01-01 00:00:00 and it's a great case.

caseUpdatedAt

This variable is to show the time when the case was updated. Let's look how to implement this in LML and what's the output.

lml
The case was updated at {{caseUpdatedAt}} and it's a great case.
# Output: The case was updated at 2021-01-01 00:00:00 and it's a great case.

caseCommentUserName

This variable is to show the name of the user who commented on the case. Let's look how to implement this in LML and what's the output.

lml
The user who commented on the case is {{caseCommentUserName}} and it's a great case.
# Output: The user who commented on the case is User 1 and it's a great case.

caseCommentContent

This variable is to show the content of the comment on the case. Let's look how to implement this in LML and what's the output.

lml
The comment on the case is {{caseCommentContent}} and it's a great case.
# Output: The comment on the case is Lorem ipsum dolor sit amet and it's a great case.

caseCommentAt

This variable is to show the time when the comment was made on the case. Let's look how to implement this in LML and what's the output.

lml
The comment on the case was made at {{caseCommentAt}} and it's a great case.
# Output: The comment on the case was made at 2021-01-01 00:00:00 and it's a great case.