The request is intended to create command template.
&svc=add_template_cmd¶ms={ "id_unit": integer, "name_cmd": string, "text_cmd": string, "type_cmd": string }
Parameter | Description |
---|---|
id_unit | Unique Unit ID |
name_cmd | Command Name |
text_cmd | Command Text |
type_cmd | Command Type |
Types of command: tcp, gsm.
{ "template_cmd_id": "84251" // ID of the created command template. }