April 2018
Intermediate to advanced
332 pages
8h 5m
English
There are two approaches as to how you can get the shadow data:
The following example used the MQTTS approach to fetch the shadow data. Whenever we want to fetch the data of a Thing, we publish an empty packet to the $aws/things/Pi3-DHT11-Node/shadow/get topic. Depending on whether the state was accepted or rejected, we will get a response on $aws/things/Pi3-DHT11-Node/shadow/get/accepted or $aws/things/Pi3-DHT11-Node/shadow/get/rejected, respectively.
For testing the data fetch, you can either use the same Raspberry ...