Itron · Example Payload

Starfish Device Template Example

ItronUtilitiesSmart MetersSmart GridSmart CitiesInternet Of ThingsIoTEnergyWaterGasElectricityDistributed IntelligenceGrid EdgeAMIAMRRF MeshIPv6ODataIndustrial IoTFortune 1000NASDAQ ITRI

Starfish Device Template Example is an example object payload from Itron, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnamesensors

Example Payload

Raw ↑
{
  "id": "tmpl-thermal-v2",
  "name": "Substation Thermal v2",
  "sensors": [
    { "name": "temperature", "type": "number", "unit": "C" },
    { "name": "humidity", "type": "number", "unit": "%RH" }
  ]
}