Test Reader Connection To CloudΒΆ
Navigate to AWS IoT > Test to test device connection.
Create subscriptions to topics used.
Asynchronous Management Events will be received once device got connected with IoT Core.
To send commands to device use
Publish To Topic
.Get version from reader.
command to Request version information.
{ "command": "get_version", "command_id": "16266718797272556", "payload": {} }
response from device:
Starting Inventory.
command to start inventory.
{ "command": "start", "command_id": "16266718797272556", "payload": {} }
tag events from device:
Stopping Inventory.
command to stop inventory.
{ "command": "stop", "command_id": "16266718797272556", "payload": {} }
response from device:
Important
For full set of supported commands refer RAW MQTT Payload Schemas section.