Retrieve data with other information as well from Ubidots sensor's variable
[timestamp, sen_val, data] = ubidots_get(tokenID,sensorID,num_data)
Token ID
Sensor ID
Numbers of data to get from the sensor's variable, maximum 300
Time stamp in unix time milliseconds
Sensor data
Structure of full details, always not required
Get data to Ubidots sensor's variable. As this function will return all the details for each sensors data, the maximum data could be retrived by this function is 300. To get all data with only timestamp and value, use ubidots_getdata instead.