Behaviours API More GPS data available in the position event New Feature New in 4.3 Sunday, February 2, 2020 By Alex Lein Introducing the raw data used for the GPS position event to allow you to create more granular scripts. The raw data includes values like number of satellites, and other values not exposed in the Position object. Read More Writing better notifications New Feature New in 4.5 Monday, May 1, 2017 By Alex Lein Sending notifications in a script is good. Notifications that incorporate user preferences is better! Read More Debugging Behaviours New Feature New in 4.4 Tuesday, February 28, 2017 By Alex Lein Using the new debugging functions in the execution context can save you a lot of headaches when debugging a behaviour script. Read More Timer events New Feature New in 4.4 Monday, February 20, 2017 By Alex Lein Adding real-time callbacks to your script is now possible with timer events. These events fire an event after a given amount of time allowing you to send violation notifications, check lingering status, and verify device reporting intervals. Read More Getting Started Guide Monday, February 13, 2017 By Alex Lein Behaviour Scripts run on the server-side platform and determine how the information from Providers is processed for Assets. Telemetry is sent to the system which is then applied to assets on the map through the behaviours system. Read More
More GPS data available in the position event New Feature New in 4.3 Sunday, February 2, 2020 By Alex Lein Introducing the raw data used for the GPS position event to allow you to create more granular scripts. The raw data includes values like number of satellites, and other values not exposed in the Position object. Read More
Writing better notifications New Feature New in 4.5 Monday, May 1, 2017 By Alex Lein Sending notifications in a script is good. Notifications that incorporate user preferences is better! Read More
Debugging Behaviours New Feature New in 4.4 Tuesday, February 28, 2017 By Alex Lein Using the new debugging functions in the execution context can save you a lot of headaches when debugging a behaviour script. Read More
Timer events New Feature New in 4.4 Monday, February 20, 2017 By Alex Lein Adding real-time callbacks to your script is now possible with timer events. These events fire an event after a given amount of time allowing you to send violation notifications, check lingering status, and verify device reporting intervals. Read More
Getting Started Guide Monday, February 13, 2017 By Alex Lein Behaviour Scripts run on the server-side platform and determine how the information from Providers is processed for Assets. Telemetry is sent to the system which is then applied to assets on the map through the behaviours system. Read More