We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
6ad61b0
This release changes TwinState from map[string]interface{} to []byte to eliminate unnecessary conversions of the data by the library.
map[string]interface{}
[]byte
A provisioning example using HTTP has been added.