Update index.js
This commit is contained in:
Родитель
6c3df47df5
Коммит
0a8abad8f4
|
@ -35,7 +35,7 @@ module.exports = async function (context, req) {
|
|||
computedTelemetry.temp = await convertTemperature(context, computedTelemetry.temp);
|
||||
|
||||
// get external weather data
|
||||
const openWeatherAppId = 'c5c93a9ef23935b7be775f03f14b5618';
|
||||
const openWeatherAppId = '<add your open weather API here: https://openweathermap.org/api>';
|
||||
computedTelemetry.weather = await getWeatherData(context, openWeatherAppId, computedTelemetry.lat, computedTelemetry.lon);
|
||||
|
||||
// get the deviceId from the incoming message data
|
||||
|
@ -150,4 +150,4 @@ async function getKeyVaultSecret(context, secretUrl, forceTokenRefresh = false)
|
|||
throw new Error('Unable to fetch secret');
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче