addedInput schema / $defs / WeatherLiveInput / properties / format
Added value: +{
+ "default": "markdown",
+ "description": "Ausgabeformat: 'markdown' (Standard, lesbar) oder 'json' (maschinenlesbar).",
+ "enum": [
+ "markdown",
+ "json"
+ ],
+ "title": "Format",
+ "type": "string"
+}
changedInput schema / $defs / WeatherLiveInput / properties / parameter / anyOf
Previous value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "enum": [
+ "Hr",
+ "RainDur",
+ "StrGlo",
+ "T",
+ "WD",
+ "WVs",
+ "WVv",
+ "p"
+ ],
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
changedInput schema / $defs / WeatherLiveInput / properties / parameter / description
Previous value: -"Messparameter filtern: 'T' (Temperatur °C), 'Hr' (Luftfeuchte %), 'p' (Luftdruck hPa), 'RainDur' (Regendauer min). Leer = alle."New value: +"Messparameter filtern: 'T' (Temperatur °C), 'Hr' (Luftfeuchte %), 'p' (Luftdruck hPa), 'RainDur' (Regendauer min), 'StrGlo' (Globalstrahlung W/m²), 'WD' (Windrichtung °), 'WVs'/'WVv' (Windgeschwindigkeit m/s). Leer = alle."
changedInput schema / $defs / WeatherLiveInput / properties / station / anyOf
Previous value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "enum": [
+ "Zch_Heubeeribüel",
+ "Zch_Rosengartenstrasse",
+ "Zch_Schimmelstrasse",
+ "Zch_Stampfenbachstrasse"
+ ],
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
changedInput schema / $defs / WeatherLiveInput / properties / station / description
Previous value: -"Messstation filtern (z.B. 'Zch_Stampfenbachstrasse', 'Zch_Schimmelstrasse', 'Zch_Rosengartenstrasse'). Leer = alle Stationen."New value: +"Messstation filtern. Verfügbar: Zch_Heubeeribüel, Zch_Rosengartenstrasse, Zch_Schimmelstrasse, Zch_Stampfenbachstrasse. Leer = alle Stationen."