Skip to main content

Resources

Live Location

This endpoint allows you to update the live position of a resource on the map. Specify the resource number and the coordinates and you're a shoe-in.

Command

resourcelivelocation

Parameters

NameDescriptionShort optionLong option
UrlThe full URI to Dime.Scheduler, e.g. https://www.mydimescheduler.io-u--URI
UserThe e-mail address of the forms account-c--user
PasswordThe password of the forms account-p--password
ActionAppend or delete-a to append / -d to delete--append or --delete
Resource numberThe name of the category-r--resourceno
LatitudeThe latitude-x--latitude
LongitudeThe longitude-y--longitude

Example

This example puts resource identified by number 'LINDA' on top of Mount Kilimanjaro:

dimescheduler resourcelivelocation
-a
-u https://mydimescheduler.io
-c myadministrator@mydimescheduler.com
-p mystrongpassword
-r LINDA
-x -3.066873
-y 37.356252