Skip to content

Commit

Permalink
Amend Text
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Jul 31, 2024
1 parent c53893f commit ec67b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/iot-agent-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ A direct comparison of the two IoT Agents can be seen below:
| HTTP commands posted to a well-known URL - response is in the reply | HTTP commands posted to a well-known URL - response is in the reply | Communications Handshake |
| MQTT devices are identified by the path of the topic `/XXX/YYY` | MQTT devices are identified by the path of the topic `/XXX/YYY` | Device Identification |
| MQTT commands posted to the `cmd` topic | MQTT commands posted to the `cmd` topic | Communications Handshake |
| MQTT command responses posted to the `cmdexe` topic | MQTT commands posted to the `cmdexe` topic | Communications Handshake |
| MQTT command responses posted to the `cmdexe` topic | MQTT command responses posted to the `cmdexe` topic | Communications Handshake |

As can be seen, the message payload differs entirely between the two IoT Agents, but much of the rest of the protocol
remains the same.
Expand Down

0 comments on commit ec67b8b

Please sign in to comment.