{
  "NetOP T+H": {
    "custom": false,
    "payloadFunction": "NetOp",
    "vendor": "NetOP IoT Network Operator",
    "model": "Netop Temperatur & Luftfeuchtigkeit Sensor",
    "translation": {
		"de": "Netop T+H Umgebungssensor",
		"en": "Netop T+H environment sensor",
		"fr": "Capteur d'environnement Netop T+H",
		"it": "Sensore ambiente Netop T+H"
    },
    "urldoc": "https://market.thingpark.com/netop-nb-iot-temperature-humidity-sensor.html",
    "allowedInactivity": null,
    "icon": "environment",
    "attributes": [
      {
        "battery_level": {
          "attributeType": "battery-voltage",
          "subtype": "status",
          "translation": {
            "de": "Batteriestand",
            "en": "Battery Level",
			"fr": "Niveau de la batterie",
			"it": "Livello della batteria"
          },
          "isDigital": false,
          "unit": "%",
          "scale": null,
          "zero": null,
          "precision": null,
          "map": null,
          "pipelineMode": "avg",
          "pipelineRaster": [
            "M15",
            "H1",
            "DAY"
          ],
          "viewer": false,
          "ar": false,
          "sourcePath": [
            "payload",
            "bat_pct"
          ]
        }
      },
      {
        "humidity": {
          "attributeType": "humidity",
          "subtype": "input",
          "translation": {
            "de": "Luftfeuchtigkeit",
            "en": "Humidity",
			"fr": "Humidité",
			"it": "Umidità"
          },
          "isDigital": false,
          "unit": "%",
          "scale": null,
          "zero": null,
          "precision": null,
          "map": null,
          "pipelineMode": "avg",
          "pipelineRaster": [
            "M15",
            "H1",
            "DAY"
          ],
          "viewer": true,
          "ar": true,
          "sourcePath": [
            "payload",
            "humidity"
          ]
        }
      },
      {
        "temperature": {
          "attributeType": "temperature",
          "subtype": "input",
          "translation": {
            "de": "Temperatur",
            "en": "Temperature",
			"fr": "Température",
			"it": "Temperatura"
          },
          "isDigital": false,
          "unit": "°C",
          "scale": null,
          "zero": null,
          "precision": null,
          "map": null,
          "pipelineMode": "avg",
          "pipelineRaster": [
            "M15",
            "H1",
            "DAY"
          ],
          "viewer": true,
          "ar": true,
          "sourcePath": [
            "payload",
            "temperature"
          ]
        }
      }
    ]
  }
}