Release Notes - 2021.4

Welcome!

In this section, you will find the Release Notes for version 2021.4 of GPM Plus/SCADA. If you have questions or feedback, please contact your GPM representative.

New

New API Endpoints for Metacommands

We created two new endpoints that allow you to work with metacommands through the Web API without the need to access GPM Plus or GPM SCADA.

Consult Configured Metacommands

Use the following endpoint to see the history of all metacommands, sequences of commands and individual commands for a specific plant:

/api/Command/plant/{plantIdentifier}

To consult a metacommand, you must provide the following information:

  • Plant ID

  • Authorization

Execute Metacommands

Use the following endpoint to execute metacommands through the API:

/api/Command/execute/element/{elementIdentifier}

To execute a metacommand, you must provide the following information:

  • Element IDs

  • Metacommand IDs

  • Authorization

You may also provide optional information:

  • Command IDs

  • Setpoint