Handles a new skill.weather.request-local command from the message bus that gets the local weather forecast without using the intent system. Once the weather data is retrieved, a skill.weather.local-retrieved event is emitted over the message bus. The initial use case for this is the Home Screen skill, which displays and weather condition icon and temperature.
Type of PR
If your PR fits more than one category, there is a high chance you should submit more than one PR. Please consider this carefully before opening the PR.
[ ] Bugfix
[X] Feature implementation
[ ] Refactor of code (without functional changes)
[ ] Documentation improvements
[ ] Test improvements
Testing
Use a message bus client to request the current local weather and listen for the response.
Description
Handles a new
skill.weather.request-local
command from the message bus that gets the local weather forecast without using the intent system. Once the weather data is retrieved, askill.weather.local-retrieved
event is emitted over the message bus. The initial use case for this is the Home Screen skill, which displays and weather condition icon and temperature.Type of PR
If your PR fits more than one category, there is a high chance you should submit more than one PR. Please consider this carefully before opening the PR.
Testing
Use a message bus client to request the current local weather and listen for the response.
Documentation
Docstrings for new methods included.