Warning

You are reading an old version of this documentation. If you want up-to-date information, please have a look at 4.2 .

get_recipe_list

Parameters

  • None

Returns

  • 201 <n> <id> '<recipe_name>', returns 201 followed by <n> lines. Each line is composed of the recipe unique identifier followed by the recipe name. Each recipe is listed as a single line. If the command did not succeed, refer to error codes.

Description

Return the list of recipes stored on the EYE+ system.

The output is the recipe identifier (composed of 5 digits) followed by the recipe name (the name you defined when creating your recipe). This identifier is necessary to start EYE+ in production state with the right recipe.

Note

The command only returns recipes that are valid for production.

Usage example

get_recipe_list
201 2 47185 'My Recipe'
38385 'My Second Recipe'