Skip to content

Commit

Permalink
change onboarding port field to Integer
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverrahner committed Aug 6, 2024
1 parent b97d7d5 commit c42dd0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ROOT/pages/integration/onboarding.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ The result is a json object including the information required for onboarding.
|3 |connectionCriteria |Object |Includes all information required for further communication
|3.1 |gatewayId |String |Assigned gateway; 2= MQTT, 3=REST
|3.2 |host |String |**MQTT only**: The broker address
|3.3 |port |String |**MQTT only**: The broker port
|3.3 |port |Integer |**MQTT only**: The broker port
|3.4 |measures |String |Endpoint URL of the inbox or Topic, when using MQTT
|3.5 |commands |String |Endpoint URL of the outbox or Topic, when using MQTT
|3.6 |clientId |String |**MQTT only**: The ClientID of the endpoint
Expand Down

0 comments on commit c42dd0f

Please sign in to comment.