Changes between Initial Version and Version 1 of Ticket #529, comment 4


Ignore:
Timestamp:
Mar 3, 2014, 7:37:59 AM (10 years ago)
Author:
olle

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #529, comment 4

    initial v1  
    11Retrieval of sensor data:
    22
    3 Inspection of the sensor web page code and the the data format specification in document `man_format-xml-122-all-eng.pdf` mentioned above, reveled the following (Nicklas Nordborg gave invaluable help here):
     3Inspection of the sensor web page code and the data format specification in document `man_format-xml-122-all-eng.pdf` mentioned above, revealed the following (Nicklas Nordborg gave invaluable help here):
    44
    5  * Adding "`/current.inc`", "`/params.inc`", or "`/datas.inc`" to a sensor URL resulted in the return of different data in a JSON-style format.
     5 * Adding "`/current.inc`", "`/params.inc`", or "`/datas.inc`" to a sensor URL resulted in the return of different data in a JSON-style format.
     6 * Adding "`/current.inc`" to a sensor URL returned JSON-style data, that after Base64-decoding and conversion among other things contained serial number of the sensor, current local time, temperature in °C, and humidity in %. The latter two values were given with an accuracy of one decimal.
     7 * Adding "`/params.inc`" to a sensor URL returned JSON-style data, that after Base64-decoding and conversion among other things contained the title of the sensor, indicating the lab/room it was installed in.