Grabs data from the item to get the item "foo" to receive the data "bar". {"msg":"Cloud","action":"Get","Item":"foo"} If the item exists in the account the server will send the item name and it's data: {"MSG":"CloudDataRetrieved","Item":"foo","Data":"bar"} If the item doesn't exists then the server will cancel the update and send: {"MSG":"CloudDataNotFound"} If the cloud account doesn't exists: {"MSG":"CloudAccountNotRegistered"}