Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BREAKING: Change shadow API to return state object
...not entire MQTT message. Previously GET and UPDATE_ACCEPTED messages would return an object like this: ```json { "state": { "reported": { ... }, "desired": { ... } } } ``` Now they will return an object like this: ```json { "reported": { ... }, "desired": { ... } } ``` This is necessary for the upcoming Azure shadow implementation. Shadow update API is also being changed to take reported state only. CL: BREAKING: Change shadow API to return state object PUBLISHED_FROM=8706cfce56532d3f037d9940dbdcec891d43bb0a
- Loading branch information