TemperatureRange

class

Temperature Range

A temperature range specification with minimum and maximum values for a specific operating context.

URI:https://ref.openepcis.io/extensions/eu/battery/TemperatureRange

JSON-LD Example

{
  "@context": "https://ref.openepcis.io/extensions/eu/battery/battery-context.jsonld",
  "type": "TemperatureRange",
  "maximumTemperature": "...",
  "minimumTemperature": "..."
}