<< ubidots_get bytecode_iot_module ubidots_listsource >>

bytecode_iot_module >> bytecode_iot_module > ubidots_getdata

ubidots_getdata

Retrieve data with timestamp from Ubidots sensor's variable

Syntax

[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.

See also

Authors


Report an issue
<< ubidots_get bytecode_iot_module ubidots_listsource >>