Class QueryHistoricTimeseriesDataResponse


public class QueryHistoricTimeseriesDataResponse extends JsonrpcResponseSuccess
Represents a JSON-RPC Response for 'queryHistoricTimeseriesData'.
 {
   "jsonrpc": "2.0",
   "id": "UUID",
   "result": {
     "timestamps": [
       '2011-12-03T10:15:30Z',...
     ],
     "data": {
       "componentId/channelId": [
         value1, value2,...
       ]
     }
   }
 }