<< ubidots_get Trity IOT Module ubidots_listsource >>

Trity IOT Module >> Trity IOT Module > ubidots_getdata

ubidots_getdata

Get all data to Ubidots sensor's variable

Calling Sequence

[timestamp, sen_val, data] = ubidots_get(tokenID,sensorID,num_data)

Parameters

tokenID :

Token ID

sensorID :

Sensor ID

num_data :

Numbers of data to get from the sensor's variable

timestamp :

Time stamp in unix time milliseconds

sen_val :

Sensor data

Description

Get all data to Ubidots sensor's variable. This function will only return the timestamp and sensor value but no other details. To get 300 samples of data with details, use ubidots_get instead.

See also

Authors


Report an issue
<< ubidots_get Trity IOT Module ubidots_listsource >>