{
  "common": {
    "name": "weatherflow_udp",
    "version": "0.1.4",
    "news": {
      "0.1.4": {
        "en": "updated to latest minrequirements; node.js >= 14; js-controller 4.0.24; etc",
        "de": "Aktualisiert um neuesten Anforderungen zu entsprechen; node.js >= 14; js-controller 4.0.24; etc."
      },
      "0.1.3": {
        "en": "Added absolute humidty to calculated values; updated to UDP Reference - v171",
        "de": "Absolute Luftfeuchte zugefügt; Weatherflow UDP Referenz aktualisiert auf v171"
      },
      "0.1.2": {
        "en": "Updated js-controller min dependency; checked compatibility with js-controller 4.0",
        "de": "js-controller min aktualisiert; Kompatibilität mit js-controller 4.0 getestet"
      },
      "0.1.1": {
        "en": "Fixed 'invalid date' for timestamps",
        "de": "Problem mit ungültigen Datumswerten bei den Zeitstempeln behoben"
      },
      "0.1.0": {
        "en": "Compatibility with Admin 5; Stable version",
        "de": "Kompatibilität mit Admin 5"
      }
    },
    "titleLang": {
      "en": "Weatherflow UDP",
      "de": "Weatherflow UDP",
      "ru": "Weatherflow UDP",
      "pt": "Weatherflow UDP",
      "nl": "Weatherflow UDP",
      "fr": "Weatherflow UDP",
      "it": "Weatherflow UDP",
      "es": "Weatherflow UDP",
      "pl": "Weatherflow UDP",
      "zh-cn": "Weatherflow UDP",
      "uk": "Weatherflow UDP"
    },
    "desc": {
      "en": "Weatherflow UDP receiver",
      "de": "Weatherflow UDP Empfänger",
      "ru": "UDP-приемник Weatherflow",
      "pt": "Receptor UDP de Weatherflow",
      "nl": "Weatherflow UDP-ontvanger",
      "fr": "Récepteur Weatherflow UDP",
      "it": "Ricevitore UDP Weatherflow",
      "es": "Weatherflow UDP receptor",
      "pl": "Odbiornik Weatherflow UDP",
      "zh-cn": "Weatherflow UDP接收器",
      "uk": "Приймач UDP Weatherflow"
    },
    "authors": [
      "womi <woessmich@gmail.com>"
    ],
    "keywords": [
      "weatherflow",
      "weather",
      "udp"
    ],
    "licenseInformation": {
      "license": "MIT",
      "type": "free"
    },    
    "platform": "Javascript/Node.js",
    "icon": "weatherflow_udp.png",
    "enabled": true,
    "extIcon": "https://raw.githubusercontent.com/woessmich/ioBroker.weatherflow_udp/master/admin/weatherflow_udp.png",
    "readme": "https://github.com/woessmich/ioBroker.weatherflow_udp/blob/master/README.md",
    "loglevel": "info",
    "mode": "daemon",
    "type": "weather",
    "compact": true,
    "connectionType": "local",
    "dataSource": "push",
    "supportCustoms": false,
    "adminUI": {
      "config": "json"
    },
    "dependencies": [
      {
        "js-controller": ">=5.0.19"
      }
    ],
    "tier": 2
  },
  "native": {
    "UDP_port": 50222,
    "height": 0,
    "debug": false
  },
  "objects": [],
  "instanceObjects": [
    {
      "_id": "info",
      "type": "channel",
      "common": {
        "name": "Information"
      },
      "native": {}
    },
    {
      "_id": "info.connection",
      "type": "state",
      "common": {
        "role": "indicator.connected",
        "name": "Weatherflow data received",
        "type": "boolean",
        "read": true,
        "write": false,
        "def": false
      },
      "native": {}
    }
  ]
}
