12-Jun-2015
Removed surrounding quotes when sending strings through MQTT https://trello.com/c/KqkfGCGH/704-2-capp-all-string-commands-are-quoted-when-they-re-sent-from-a-control-2
/device/{id}/assets
now checks for authorization (previously was unauthorized, probable bug?)
Adds ActivityEnabled to input (consumer can now specify should the device store historical activity data for it’s assets)
Adds Authorization field to output (collection of device’s authorization tokens)
POST /device/{id}
Adds support for guest user device adoptions (guessing-game dependency) POST /device/{id}/adopt
Adds Control Name
support for Devices. Control name now validates only to ^[a-zA-Z0-9\-_]{1,24}$
GET /user/clients
(guessing-game)GET /user/client/{id}
(guessing-game)