View on GitHub

sparkworksrest

ResourceLatestValuesResponseAPIModel

Properties

Name | Type | Description | Notes ———— | ————- | ————- | ————- latest | float | The last value the system received from the Resource | [optional] latest_day | float | The last 1 day aggregate computed for the Resource | [optional] latest_min5 | float | The last 5 minute aggregate computed for the Resource | [optional] latest_min60 | float | The last 1 hour aggregate computed for the Resource | [optional] latest_month | float | The last monthly aggregate computed for the Resource | [optional] latest_time | int | The last time the system received a new measurement from the Resource | [optional] uom | str | The unit of measurement of a 'Sensor' Resource | [optional] uri | str | The Resource system name | [optional] uuid | str | The UUID of the Resource | [optional]

[Back to Model list] [Back to API list] [Back to README]