hello
In the nrf/sample/net/aws_iot example, when updating a shadow topic, use $aws/things/<thing-name>/shadow/update/
Where does "thing-name" refer to?
Regards,
Dae-young
hello
In the nrf/sample/net/aws_iot example, when updating a shadow topic, use $aws/things/<thing-name>/shadow/update/
Where does "thing-name" refer to?
Regards,
Dae-young
Hello,
Where does "thing-name" refer to?
This is the device name you have registered in AWS IoT - see Creating a Thing in the AWS IoT library documentation. This is configured using
CONFIG_AWS_IOT_CLIENT_ID_STATIC="thing-name"Hello,
Where does "thing-name" refer to?
This is the device name you have registered in AWS IoT - see Creating a Thing in the AWS IoT library documentation. This is configured using
CONFIG_AWS_IOT_CLIENT_ID_STATIC="thing-name"