You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pszjmb1 edited this page Jun 22, 2012
·
3 revisions
Timestreams is an API that provides functions to add and organise sensor data. This page describes the timestreams.select_first_measurement XML-RPC API procedure.
Description
A POST request containing this procedure name will have returned the first measurement value and timestamp from a measurement container for a given blog's device. The following is the procedure call signature required to select the first measurement:
<methodCall> <methodName>timestreams.select_first_measurement</methodName> <params> <param><value><string>User Name</string></value></param> <param><value><string>Password</string></value></param> <param><value><string>Measurement Container Name</string></value></param> </params> </methodCall>
Parameter
Description
User Name
Name of blog user
Password
Password of blog user
Measurement Container Name
Value returned from timestreams.create_measurements