{
  "Oxobuttonboard": {
    "custom": false,
    "payloadFunction": "Oxon",
    "vendor": "Oxon",
    "model": "Oxobuttonboard LoRaWan",
    "translation": {
		"de": "Oxo-Buttonboard (LoRa/BLE).",
        "en": "Oxo-Buttonboard (LoRa/BLE).",
		"fr": "Oxo-Buttonboard (LoRa/BLE).",
		"it": "Oxo-Buttonboard (LoRa/BLE)."
    },
    "urldoc": "https://oxobutton.ch/products/buttonboard-lorawan",
    "allowedInactivity": null,
    "icon": "button",
    "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": 2,
          "map": null,
          "pipelineMode": "avg",
          "pipelineRaster": [
            "M15",
            "H1",
            "DAY"
          ],
          "viewer": false,
          "ar": false,
          "sourcePath": [
            "payload",
            "battery_load"
          ]
        }
      },
      {
        "image": {
          "attributeType": "device-info",
          "subtype": "input",
          "translation": {
            "de": "Bild",
            "en": "Image",
			"fr": "Image",
			"it": "Immagine"
          },
          "isDigital": false,
          "unit": null,
          "scale": null,
          "zero": null,
          "precision": null,
          "map": null,
          "pipelineMode": null,
          "pipelineRaster": null,
          "viewer": true,
          "ar": true,
          "sourcePath": [
            "payload",
            "image_code"
          ]
        }
      },
      {
        "contact": {
          "attributeType": "inputs-and-switches",
          "subtype": "input",
          "translation": {
            "de": "Betätigung",
            "en": "Contact",
			"fr": "Actionnement",
			"it": "Azionamento"
          },
          "isDigital": true,
          "unit": null,
          "scale": null,
          "zero": null,
          "precision": null,
          "map": null,
          "pipelineMode": "avg",
          "pipelineRaster": [
            "M15",
            "H1",
            "DAY"
          ],
          "viewer": true,
          "ar": true,
          "sourcePath": [
            "payload",
            "button_id"
          ]
        }
      },
      {
        "life_signs": {
          "attributeType": "operating-status",
          "subtype": "input",
          "translation": {
            "de": "Lebenszeichen",
            "en": "Life signs",
			"fr": "Signes de vie",
			"it": "Segni di vita"
          },
          "isDigital": false,
          "unit": null,
          "scale": null,
          "zero": null,
          "precision": null,
          "map": null,
          "pipelineMode": null,
          "pipelineRaster": null,
          "viewer": true,
          "ar": true,
          "sourcePath": [
            "payload",
            "heartbeat"
          ]
        }
      }
    ]
  }
}