Prerequisites
- Have a Heex CLI
- Have a API_KEY. Should be accessible in your personnal space on the heex cloud platform.
Usage
| Subcommand | Description |
|---|---|
| create | Creates a new signal. |
How to create a new signal for a given Data Source
With this single command, you will be able to create a new signal and associate it with a given data source. The flags that are available to achieve this command are the following:--api-key: Provide your API_KEY.--datasource-id: ID of the involved datasource [required].--signal-name: Signal name to create [required].--signal-type: Type of the signal. Check help for available types [required].--signal-unit: Unit of the signal. Check help for available units [optional].--ros-topic-type: Type of ros topic [optional].