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

Upstream alignment

How this class and its properties align to external and upstream vocabularies. Open a vocabulary to see the exact term-by-term relationships.

JSON-LD Example

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