Reading latest update time
Posted: 05 Sep 2013 15:53
The call http://raspberri_IP:8083/ZwaveAPI/Data/0 does return the complete data tree.
Section 7.4 of the manuals says: "The tree have same structure as the backend tree (Figure 8) with one additional root element "updateTime" which contains the time of latest update."
I have tried in various ways to extract this updateTime in one call. For example as:
http://raspberri_IP:8083/ZwaveAPI/Data.updateTime
Can it be done in a single call like this at all? If so how?
Or is it a two step proces of retrieving data followed by parsing the JSON blurp
Section 7.4 of the manuals says: "The tree have same structure as the backend tree (Figure 8) with one additional root element "updateTime" which contains the time of latest update."
I have tried in various ways to extract this updateTime in one call. For example as:
http://raspberri_IP:8083/ZwaveAPI/Data.updateTime
Can it be done in a single call like this at all? If so how?
Or is it a two step proces of retrieving data followed by parsing the JSON blurp