nymea-plugins/openweathermap/integrationpluginopenweathe...

197 lines
9.1 KiB
JSON

{
"name": "OpenWeatherMap",
"displayName": "OpenWeatherMap",
"id": "bc6af567-2338-41d5-aac1-462dec6e4783",
"vendors": [
{
"name": "openWeatherMap",
"displayName": "OpenWeatherMap",
"id": "bf1e96f0-9650-4e7c-a56c-916d54d18e7a",
"thingClasses": [
{
"id": "985195aa-17ad-4530-88a4-cdd753d747d7",
"name": "openweathermap",
"displayName": "Weather",
"interfaces": ["weather", "daylightsensor"],
"createMethods": ["discovery"],
"discoveryParamTypes": [
{
"id": "f370b076-a783-4b46-85b2-6f4a9dba55d8",
"name": "location",
"displayName": "location",
"type": "QString",
"inputType": "Search",
"defaultValue": ""
}
],
"paramTypes": [
{
"id": "394d3983-49d4-47f7-888b-243f3f5e9972",
"name": "name",
"displayName": "name",
"type": "QString",
"inputType": "TextLine"
},
{
"id": "f0cd96bb-ddd1-4484-8353-8b6633fa101d",
"name": "country",
"displayName": "country",
"type": "QString",
"inputType": "TextLine"
},
{
"id": "286342e1-b299-4f67-9d8f-2ed9e8844466",
"name": "id",
"displayName": "id",
"type": "QString",
"inputType": "TextLine"
}
],
"actionTypes": [
{
"id": "cfbc6504-d86f-4856-8dfa-97b6fbb385e4",
"name": "refreshWeather",
"displayName": "refresh"
}
],
"stateTypes": [
{
"id": "f16891f3-1174-44f6-a940-cffc8b64bdc1",
"name": "weatherCondition",
"displayName": "weather condition",
"displayNameEvent": "weather condition changed",
"type": "QString",
"possibleValues": ["clear-day", "clear-night", "few-clouds-day", "few-clouds-night", "clouds", "overcast", "light-rain", "shower-rain", "thunderstorm", "snow", "fog"],
"defaultValue": "clear-day"
},
{
"id": "36b2f09b-7d77-4fbc-a68f-23d735dda0b1",
"name": "updateTime",
"displayName": "last update",
"displayNameEvent": "last update changed",
"unit": "UnixTime",
"type": "int",
"defaultValue": 0
},
{
"id": "6013402f-b5b1-46b3-8490-f0c20d62fe61",
"name": "temperature",
"displayName": "temperature",
"displayNameEvent": "temperature changed",
"unit": "DegreeCelsius",
"type": "double",
"defaultValue": 0
},
{
"id": "14ec2781-cb04-4bbf-b097-7d01ef982630",
"name": "temperatureMin",
"displayName": "temperature minimum",
"displayNameEvent": "temperature minimum changed",
"unit": "DegreeCelsius",
"type": "double",
"defaultValue": 0
},
{
"id": "fefe5563-452f-4833-b5cf-49c3cc67c772",
"name": "temperatureMax",
"displayName": "temperature maximum",
"displayNameEvent": "temperature maximum changed",
"unit": "DegreeCelsius",
"type": "double",
"defaultValue": 0
},
{
"id": "6f32ec73-3240-4630-ada9-1c10b8e98123",
"name": "humidity",
"displayName": "humidity",
"displayNameEvent": "humidity changed",
"unit": "Percentage",
"type": "int",
"defaultValue": 0
},
{
"id": "4a42eea9-00eb-440b-915e-dbe42180f83b",
"name": "pressure",
"displayName": "pressure",
"displayNameEvent": "pressure changed",
"unit": "HectoPascal",
"type": "double",
"defaultValue": 0
},
{
"id": "2bf63430-e9e2-4fbf-88e6-6f1b4770f287",
"name": "windSpeed",
"displayName": "wind speed",
"displayNameEvent": "wind speed changed",
"unit": "MeterPerSecond",
"type": "double",
"defaultValue": 0
},
{
"id": "589e2ea5-65b2-4afd-9b72-e3708a589a12",
"name": "windDirection",
"displayName": "wind direction",
"displayNameEvent": "wind direction changed",
"unit": "Degree",
"type": "int",
"defaultValue": 0
},
{
"id": "798553bc-45c7-42eb-9105-430bddb5d9b7",
"name": "cloudiness",
"displayName": "cloudiness",
"displayNameEvent": "cloudiness changed",
"unit": "Percentage",
"type": "int",
"defaultValue": 0
},
{
"id": "1e10d129-cb88-48b0-9244-e3e7e7b175d9",
"name": "visibility",
"displayName": "visibility",
"displayNameEvent": "visibility changed",
"unit": "Meter",
"type": "int",
"defaultValue": 0
},
{
"id": "f9539108-0e0e-4736-a306-6408f8e20a26",
"name": "weatherDescription",
"displayName": "weather description",
"displayNameEvent": "weather description changed",
"type": "QString",
"defaultValue": "-"
},
{
"id": "af155e94-9492-44e1-8608-7d0ee8b5d50d",
"name": "sunsetTime",
"displayName": "sunset",
"displayNameEvent": "sunset changed",
"unit": "UnixTime",
"type": "int",
"defaultValue": 0
},
{
"id": "a1dddc3d-549f-4f20-b78b-be850548f286",
"name": "sunriseTime",
"displayName": "sunrise",
"displayNameEvent": "sunrise changed",
"unit": "UnixTime",
"type": "int",
"defaultValue": 0
},
{
"id": "e0a14b66-c8e1-49fb-8eff-b48e5dce80de",
"name": "daylight",
"displayName": "daylight",
"displayNameEvent": "daylightChanged",
"type": "bool",
"defaultValue": false
}
]
}
]
}
]
}