The request is intended to obtain list of command templates.
&svc=get_cmd_templates¶ms={ "id_unit": integer, "type": string }
Parameter | Description |
---|---|
id_unit | Unique Unit ID |
type | Command Type |
Optional Parameter type [gsm, tcp] - filter by type of command.
[ { "id": 11111, // ID of Command Template "id_unit": 66780, // Unique Unit ID "type_cmd": "tcp", // Type of Command "text_cmd": "testCmd", // Command text "name_cmd": "test" // Name of Command Template }, ... ]