Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/blocks/power_ups/air_quality.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default {
// re-run the things that use the data
block.refreshPropertyOptions({})
})
}, 1)
}, 5)
}
},

Expand All @@ -66,7 +66,7 @@ export default {

fields: {
POWER_UP_ID: {
description: "Select a location from those defined by the Air Quality Power-Up",
description: "Select a location from those defined by the Air Quality Power-Up.\n\nCreate locations via Power-Ups => Air Quality ([https://io.adafruit.com/services/air_quality](https://io.adafruit.com/services/air_quality))",
options: [
[ "Loading locations...", "" ],
]
Expand Down
4 changes: 3 additions & 1 deletion app/blocks/power_ups/weather.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default {
// @ts-ignore re-run the things that use the data
block.refreshPropertyOptions({})
})
}, 1)
}, 5)
}
},

Expand Down Expand Up @@ -117,6 +117,8 @@ export default {
The list of weather locations defined in the Weather Power-Up. Select
the location you would like weather information for.

Create locations via Power-Ups => Weather ([https://io.adafruit.com/services/weather](https://io.adafruit.com/services/weather))

### \`Forecast\` and \`Metric\`
A list a weather forecasts to choose from. The weather metrics available
are different based on the chosen forecast.
Expand Down