Skip to content

Commit

Permalink
fixed Lint Markdown failing
Browse files Browse the repository at this point in the history
  • Loading branch information
fbuedding committed Sep 1, 2023
1 parent 9c41d05 commit aa2c835
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installationguide.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ IoT Agent. The following attributes are accepted:
- **clean**: this flag is by default true, set to false to receive QoS 1 and 2 messages while offline.
- **clientId**: string ID which identifies client in mqtt broker. By default is using a string composed by a fixed prefix
`iotaul_` and a random suffix, i.e. `iotaul_43bf8a3a`.
- **sharedSubscriptionsDisabled**: this flag is by default undefined and shared subscriptions are enabled, to disable shared subscriptions set to true
- **groupIdSufix**: defaults to undefined and is not set, when set to a value the value is appended to the groupId of the mqtt subscriptions
- **sharedSubscriptionsDisabled**: this flag is by default undefined and shared subscriptions are enabled, to disable shared subscriptions set to true
- **groupIdSufix**: defaults to undefined and is not set, when set to a value the value is appended to the groupId of the mqtt subscriptions
#### AMQP Binding configuration
Expand Down

0 comments on commit aa2c835

Please sign in to comment.