Skip to content

Commit

Permalink
Merge pull request #416 from mtconnect/main-readme-command-update
Browse files Browse the repository at this point in the history
README.md update
  • Loading branch information
wsobel authored Mar 9, 2024
2 parents 569753a + 15393f4 commit 4811825
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ the devices and the location of the adapter.

Pre-built binary releases for Windows are available from [Releases](https://github.com/mtconnect/cppagent/releases) for those who do not want to build the agent themselves. For *NIX users, you will need libxml2, cppunit, and cmake as well as build essentials.

Version 2.3.0 Support for all Version 2.3 standard changes and JSON ingress to MQTT adapter.

Version 2.2.0 Support for all Version 2.2 standard changes and dynamic configuration from adapters. Upgrade to conan 2.

Version 2.1.0 Added MQTT Sink, Agent Restart and new JSON format (version 2)
Expand Down Expand Up @@ -1376,13 +1378,17 @@ There are a number of commands that can be sent as part of the adapter stream. T

`* conversionRequired: <yes|no>`

* Set the description in the device header of the associated device:

`* description: XXX`

* Specify the default device for this adapter. The device can be specified as either the device name or UUID:

`* device: <uuid|name>`

* Set the description in the device header of the associated device:
`* description: XXX`
* Tell the agent to load a new device XML model:

`* devicemodel: <deviceXML>`

* Set the manufacturer in the device header of the associated device:

Expand Down Expand Up @@ -1416,6 +1422,10 @@ There are a number of commands that can be sent as part of the adapter stream. T

`* station: XXX`

* Set the uuid in the device header of the associated device if preserveUuid = false:

`* uuid: XXX`

Any other command will be logged as a warning.

Protocol
Expand Down

0 comments on commit 4811825

Please sign in to comment.