Closed borch84 closed 5 years ago
This is expected behavior, if a bit unintuitive. When you subscribe to the delta event, you will only get the delta section of the shadow document. If you want the entire document, you will need to use GetThingShadow.
As for the web interface, it will only show the delta section of the document if the last command produced a delta, so for instance if you were to do an update then you would see the delta section in the web interface until another publish which changes the shadow state is delivered.
Hi, I am running an example with thingShadow, so far I can connect to my thingShadow and get deltas updates but when there is an update to the shadow document I don't see any data coming into my console. This is the code I've been using:
When I run this node js script I can only see deltas messages, but if I update the shadow document from the console I don't get update status messages.
This is the only output from the console: