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 21, 2012
·
4 revisions
Timestreams is an API that provides functions to add and organise sensor data. This page describes the timestreams.select_value XML-RPC API procedure.
Description
A POST request containing this procedure name will have returned context records matching the given value.The following is the procedure call signature to retrieve context records by type:
<methodCall> <methodName>timestreams.select_context_by_value</methodName> <params> <param><value><string>User Name</string></value></param> <param><value><string>Password</string></value></param> <param><value><string>Context Value</string></value></param> </params> </methodCall>