fiware-orion-client
Version:
A client Library that makes it easier to get access to Orion Context Broker (part of the FIWARE platform)
28 lines (27 loc) • 797 B
text/xml
<queryContextResponse>
<contextResponseList>
<contextElementResponse>
<contextElement>
<entityId type="Car" isPattern="false">
<id>P-9878KLA</id>
</entityId>'
<contextAttributeList>
<contextAttribute>
<name>speed</name>
<type>float</type>
<contextValue>98</contextValue>
</contextAttribute>
<contextAttribute>
<name>rpm</name>
<type>float</type>
<contextValue>2000</contextValue>
</contextAttribute>
</contextAttributeList>
</contextElement>
<statusCode>
<code>200</code>
<reasonPhrase>OK</reasonPhrase>
</statusCode>
</contextElementResponse>
</contextResponseList>
</queryContextResponse>