Send a message to an vehicle. Descriptiondo_message.asp?company=COMPANY_RTIKEY&vehicle=VEHICLE_RTIKEY&messagetext=messagetext Parametersparameter | description | type | note | mandatory |
---|
company | RTI company key | string | | yes | vehicle | RTI vehicle key | string | | yes | messagetext | The text of the message to send. | string | Maximal message length: - CE-Displays + Android Fleet: 500 characters
- All other Displays: 200 characters
| yes |
Return
Return a string. A success message will be "SESSKEY:SESSIONKEY". Otherwise it return "ERROR:description". ExamplesExample calls
Code Block |
---|
title | sends a message to defined vehicle |
---|
| http://map.yellowfox.de/rti/do_message.asp?company=COMPANY_RTIKEY&vehicle=VEHICLE_RTIKEY&messagetext=RTI+do_message+test |
|