UNPKG

iobroker.swiss-weather-api

Version:

Connects to SRF Weather API (https://developer.srgssr.ch/apis/srf-weather)

78 lines 1.69 kB
{ "i18n": true, "type": "tabs", "tabsStyle": { "width": "calc(100% - 100px)" }, "items": { "tab1": { "type": "panel", "label": "Options", "items": { "app_name": { "type": "text", "xs": 12, "sm": 12, "md": 6, "lg": 4, "xl": 4, "label": "App_Name", "help": "App_Name_Help", "newLine": true }, "consumerKey": { "type": "text", "xs": 12, "sm": 12, "md": 6, "lg": 4, "xl": 4, "label": "ConsumerKey", "help": "ConsumerKey_Help" }, "consumerSecret": { "type": "text", "xs": 12, "sm": 12, "md": 6, "lg": 4, "xl": 4, "label": "ConsumerSecret", "help": "ConsumerSecret_Help", "newLine": true }, "latitude": { "type": "text", "xs": 12, "sm": 12, "md": 6, "lg": 4, "xl": 4, "label": "LocationLatitude", "help": "LocationLatitude_Help" }, "longitude": { "type": "text", "xs": 12, "sm": 12, "md": 6, "lg": 4, "xl": 4, "label": "LocationLongitude", "help": "LocationLongitude_Help", "newLine": true }, "pollinterval": { "type": "number", "xs": 12, "sm": 12, "md": 6, "lg": 4, "xl": 4, "label": "PollInterval", "help": "PollInterval_Help" } } } } }