A Macro data object contains a macro of the M&C software, a multi-line text in the sat-nms macro language containing settings / commands to be executed.
Data Model
| Key | Type | Value |
|---|---|---|
| name | String | The name of this macro |
| macro | String | The macro itself (multi-line text, lines separated by '\n' character sequences). |