UNPKG

iobroker.accuweather

Version:
282 lines (281 loc) 5.88 kB
{ "nextHour.DateTime": { "type": "state", "common": { "name": "Forecast date", "type": "string", "read": true, "write": false, "role": "date" }, "native": {} }, "nextHour.WeatherIcon": { "type": "state", "common": { "name": "Weather Icon", "type": "number", "read": true, "write": false, "role": "value" }, "native": {} }, "nextHour.CloudCover": { "type": "state", "common": { "name": "CloudCover", "type": "number", "read": true, "write": false, "role": "value" }, "native": {} }, "nextHour.WeatherIconURL": { "type": "state", "common": { "name": "Weather Icon URL", "type": "string", "read": true, "write": false, "role": "media.url" }, "native": {} }, "nextHour.WeatherIconURLS": { "type": "state", "common": { "name": "SVG Weather Icon URL", "type": "string", "read": true, "write": false, "role": "weather.icon" }, "native": {} }, "nextHour.IconPhrase": { "type": "state", "common": { "name": "Weather Description", "type": "string", "read": true, "write": false, "role": "weather.state" }, "native": {} }, "nextHour.HasPrecipitation": { "type": "state", "common": { "name": "Precipitation", "type": "boolean", "read": true, "write": false, "role": "value" }, "native": {} }, "nextHour.Temperature": { "type": "state", "common": { "name": "Temperature", "type": "number", "read": true, "write": false, "role": "value.temperature", "unit": "°C" }, "native": {} }, "nextHour.RealFeelTemperature": { "type": "state", "common": { "name": "Feels Like Temperature", "type": "number", "read": true, "write": false, "role": "value.temperature.feelslike", "unit": "°C" }, "native": {} }, "nextHour.DewPoint": { "type": "state", "common": { "name": "Dew Point", "type": "number", "read": true, "write": false, "role": "value", "unit": "°C" }, "native": {} }, "nextHour.WindSpeed": { "type": "state", "common": { "name": "Wind Speed", "type": "number", "read": true, "write": false, "role": "value.speed.wind", "unit": "km/h" }, "native": {} }, "nextHour.WindDirection": { "type": "state", "common": { "name": "Wind Direction", "type": "string", "read": true, "write": false, "role": "value.direction.wind", "unit": "°" }, "native": {} }, "nextHour.WindGust": { "type": "state", "common": { "name": "Wind Gust", "type": "number", "read": true, "write": false, "role": "value", "unit": "km/h" }, "native": {} }, "nextHour.RelativeHumidity": { "type": "state", "common": { "name": "Humidity", "type": "number", "read": true, "write": false, "role": "value.humidity", "unit": "%" }, "native": {} }, "nextHour.UVIndex": { "type": "state", "common": { "name": "UV Index", "type": "number", "read": true, "write": false, "role": "value" }, "native": {} }, "nextHour.UVIndexText": { "type": "state", "common": { "name": "UV Index Description", "type": "string", "read": true, "write": false, "role": "value" }, "native": {} }, "nextHour.PrecipitationProbability": { "type": "state", "common": { "name": "Precipitation Probability", "type": "number", "read": true, "write": false, "role": "value.precipitation", "unit": "%" }, "native": {} }, "nextHour.RainProbability": { "type": "state", "common": { "name": "Rain Probability", "type": "number", "read": true, "write": false, "role": "value", "unit": "%" }, "native": {} }, "nextHour.SnowProbability": { "type": "state", "common": { "name": "Snow Probability", "type": "number", "read": true, "write": false, "role": "value", "unit": "%" }, "native": {} }, "nextHour.IceProbability": { "type": "state", "common": { "name": "Ice Probability", "type": "number", "read": true, "write": false, "role": "value", "unit": "%" }, "native": {} }, "nextHour.RainVolume": { "type": "state", "common": { "name": "Rain Amount", "type": "number", "read": true, "write": false, "role": "value", "unit": "mm" }, "native": {} }, "nextHour.SnowVolume": { "type": "state", "common": { "name": "Snow Amount", "type": "number", "read": true, "write": false, "role": "value", "unit": "mm" }, "native": {} }, "nextHour.IceVolume": { "type": "state", "common": { "name": "Ice Amount", "type": "number", "read": true, "write": false, "role": "value", "unit": "mm" }, "native": {} }, "nextHour.TotalLiquidVolume": { "type": "state", "common": { "name": "Total Precipitation Amount", "type": "number", "read": true, "write": false, "role": "value.precipitation", "unit": "mm" }, "native": {} } }