Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that create a 'MQTTURL' from its members
Inputs
| Type | Name | Description |
|---|---|---|
| string | Host | |
| integer | Port | Default port is 1883 for MQTT scheme, 8883 for MQTTS. |
| string | Username | |
| string | Password | |
| enum | Scheme |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | MQTTURL |