Skip to content

Commit

Permalink
Updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
neeradanelxsi committed Oct 25, 2024
1 parent b184c95 commit 5a408c7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,12 @@ Mode of execution implies the way in which an API is invoked. There are 2 modes
- `appId` used to launch the app.
- Mac Address: macAddress=`<macAddress>`
- `macAddress` of the device running the tests.
- appType: appType=`<appType>`
- `appType` is the type of app being launched.
- Pub Sub Subscribe suffix : pubSubSubscribeSuffix=`<pubSubSubscribeSuffix>`
- `pubSubSubscribeSuffix` is the subscribe suffix value used for Pub Sub communication.
- Pub Sub Publish suffix : pubSubPublishSuffix=`<pubSubPublishSuffix>`
- `pubSubPublishSuffix` is the publish suffix value used for Pub Sub communication.

## Supported Intent Parameters
- appType:
Expand All @@ -133,8 +139,6 @@ Mode of execution implies the way in which an API is invoked. There are 2 modes
- When `pubSubSubscribeSuffix` is specified in the intent, it subscribes to the topic.
- pubSubUrl:
- Sets the the url to use for a PubSub server.
- testtoken:
- Utilise the `testtoken`. When `testtoken` is specified in the intent, .
- registerprovider:
- When `registerProvider = false`, then certification app will not register for userInterest provider.

Expand Down

0 comments on commit 5a408c7

Please sign in to comment.