Remote Configuration

You can create configuration attributes in a Device Template through the BioT Console.
The attributes can then be configured through the manufacturer portal and accessed by the device through the configuration named shadow.

đŸ“˜

Note

The clientId in the following topics is configured in the device during the activation stage. See Direct IoT Device Integration.

đŸ“˜

Device Shadow

BioT uses the device's IoT shadow to send configuration. To learn how to communicate with the shadow first, click here.

To do this, publish an empty JSON message to the following topic:

$aws/things/<clientId>/shadow/name/configuration/get

The complete configuration will arrive via the topic:

$aws/things/<clientId>/shadow/name/configuration/get/accepted