{
  "GWF": {
    "custom": false,
    "payloadFunction": "GWF",
    "vendor": "GWF MessSysteme AG",
    "model": "GWF RCM-LRW10 Flow Sensor",
    "translation": {
      "de": "GWF RCM-LRW10 Druchflusssensor",
	  "en": "GWF RCM-LRW10 Flow Sensor",
	  "fr": "Capteur de débit GWF RCM-LRW10",
	  "it": "Sensore di flusso GWF RCM-LRW10"
    },
    "urldoc": "https://lora-alliance.org/lora_products/rcm-lrw10-2/",
    "allowedInactivity": null,
    "icon": "water",
    "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",
            "semester"
          ]
        }
      },
      {
        "device_id": {
          "attributeType": "device-info",
          "subtype": "info",
          "translation": {
            "de": "Geräte ID",
            "en": "Device ID",
			"fr": "ID du dispositif",
			"it": "ID dispositivo"
          },
          "isDigital": false,
          "unit": null,
          "scale": null,
          "zero": null,
          "precision": null,
          "map": null,
          "pipelineMode": null,
          "pipelineRaster": null,
          "viewer": true,
          "ar": true,
          "sourcePath": [
            "payload",
            "meter"
          ]
        }
      },
      {
        "model": {
          "attributeType": "device-info",
          "subtype": "info",
          "translation": {
            "de": "Modell Version",
            "en": "Model Version",
			"fr": "Version du modèle",
			"it": "Versione del modello"
          },
          "isDigital": false,
          "unit": null,
          "scale": null,
          "zero": null,
          "precision": null,
          "map": null,
          "pipelineMode": null,
          "pipelineRaster": null,
          "viewer": true,
          "ar": true,
          "sourcePath": [
            "payload",
            "medium"
          ]
        }
      },
      {
        "volume": {
          "attributeType": "flow",
          "subtype": "input",
          "translation": {
            "de": "Verbrauchsmenge",
            "en": "Amount Consumed",
			"fr": "Quantité consommée",
			"it": "Quantità consumata"
          },
          "isDigital": false,
          "unit": "l",
          "scale": null,
          "zero": null,
          "precision": null,
          "map": null,
          "pipelineMode": "cusum",
          "pipelineRaster": [
            "M15",
            "H1",
            "DAY"
          ],
          "viewer": true,
          "ar": true,
          "sourcePath": [
            "payload",
            "volume"
          ]
        }
      }
    ]
  }
}